diff options
Diffstat (limited to 'test/fivesix.adb')
| -rw-r--r-- | test/fivesix.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fivesix.adb b/test/fivesix.adb index b8046af..3eabf6a 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 : Mu_World := Empty_Mu_World; - Result : Mu_World; + Fives, Sixes : World := Empty_World; + Result : World; begin |
