aboutsummaryrefslogtreecommitdiff
path: root/test/pprint.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-12 18:51:32 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-12 18:51:32 +1300
commit616f41d15009b1133cbdc14bace6ab84f1325921 (patch)
tree1b0e6c6f3170588bd544c0300b2ef41e0d0fabe8 /test/pprint.adb
parentd39d7f30fa897a0c12c6be8b5d2c6a122336f267 (diff)
Removed Nametags and identifier aliasing for Variables
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 e2fe3d4..89697bf 100644
--- a/test/pprint.adb
+++ b/test/pprint.adb
@@ -38,7 +38,7 @@ procedure PPrint is
begin
- TIO.Put_Line ("Test program to output String representation of some Terms and an empty World.");
+ TIO.Put_Line ("Test program to output String representation of some Terms and an empty Goal.");
TIO.New_Line;