summaryrefslogtreecommitdiff
path: root/test/pprint.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-11-12 20:34:24 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-11-12 20:34:24 +1300
commitc9e156fdc3449d1cbc9dac4176cc460f6462ef18 (patch)
treeeff51bebfc12e4417a6d70c49d696d703bd43745 /test/pprint.adb
parent9ae0a7e7c5d7669a81fe9eba13ff9c6224635efe (diff)
Prelude now derives its own World so dot notation works for those subprograms
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;