summaryrefslogtreecommitdiff
path: root/test/fivesix.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/fivesix.adb')
-rw-r--r--test/fivesix.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fivesix.adb b/test/fivesix.adb
index 3eabf6a..b8046af 100644
--- a/test/fivesix.adb
+++ b/test/fivesix.adb
@@ -23,8 +23,8 @@ procedure FiveSix is
package InPrin is new InKomp.Pretty_Print (Integer'Image);
use InPrin;
- Fives, Sixes : World := Empty_World;
- Result : World;
+ Fives, Sixes : Mu_World := Empty_Mu_World;
+ Result : Mu_World;
begin