summaryrefslogtreecommitdiff
path: root/test/context1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/context1.lm')
-rw-r--r--test/context1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/context1.lm b/test/context1.lm
index 2a6d718a..47ac3760 100644
--- a/test/context1.lm
+++ b/test/context1.lm
@@ -28,7 +28,7 @@ context ctx
end # ctx
CTX: ctx = new ctx
-parse Input: ctx::start( deref CTX ) [ stdin ]
+parse Input: ctx::start( CTX ) [ stdin ]
print( Input )
##### IN #####