diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-16 20:09:18 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-16 20:09:18 +1300 |
| commit | 203222f4ffbdaf23a30ab390a7ad765cfef0c008 (patch) | |
| tree | 6d2ebaf8f538e836f5244238d130dc9d438fee3c /test/pprint.adb | |
| parent | 2ccc4c52288ac7f0915c1a9da7cad0e957af2ebb (diff) | |
Variable counting handled properly on a per-State basis
Diffstat (limited to 'test/pprint.adb')
| -rw-r--r-- | test/pprint.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pprint.adb b/test/pprint.adb index c42b2c8..2003238 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_Constant (Empty_World)); end PPrint; |
