summaryrefslogtreecommitdiff
path: root/test/undofrag1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/undofrag1.lm')
-rw-r--r--test/undofrag1.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/undofrag1.lm b/test/undofrag1.lm
index 8821607d..1382199c 100644
--- a/test/undofrag1.lm
+++ b/test/undofrag1.lm
@@ -48,9 +48,9 @@ context ctx
SP << "a b{c}"
CTX: ctx = cons ctx []
-Input: ctx::start = parse ctx::start( CTX, stdin )
+Input: ctx::start = parse ctx::start( CTX stdin )
SP << "{e}f g"
print( Input )
-print( SP.finish(), '\n' )
+print( SP.finish() '\n' )