summaryrefslogtreecommitdiff
path: root/test/pprint.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-12-14 19:53:01 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-12-14 19:53:01 +1300
commit826b9d2dad1031a3eca29dd2fb8b6643e53e5fc1 (patch)
tree40a689365738f8cce48e1b285955e28466641383 /test/pprint.adb
parent3086d133950cb813c01a89e97e009f7b400b5371 (diff)
Core rewritten with memoisation, but somehow Zebra example is buggedHEADmaster
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 2003238..c42b2c8 100644
--- a/test/pprint.adb
+++ b/test/pprint.adb
@@ -50,7 +50,7 @@ begin
TIO.New_Line;
- TIO.Put_Line (Image_Constant (Empty_World));
+ TIO.Put_Line (Image (Empty_World));
end PPrint;