summaryrefslogtreecommitdiff
path: root/test/pprint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/pprint.adb')
-rw-r--r--test/pprint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pprint.adb b/test/pprint.adb
index b34f255..8bce15e 100644
--- a/test/pprint.adb
+++ b/test/pprint.adb
@@ -50,7 +50,7 @@ begin
TIO.New_Line;
- TIO.Put_Line (Image (Empty_World));
+ TIO.Put_Line (Image (Empty_Mu_World));
end PPrint;