diff options
Diffstat (limited to 'test/accum2.lm')
-rw-r--r-- | test/accum2.lm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/accum2.lm b/test/accum2.lm index 749684b8..bf2f56ab 100644 --- a/test/accum2.lm +++ b/test/accum2.lm @@ -26,9 +26,8 @@ def start end # ctx -CTX: ctx = new ctx SP: parser<ctx::start> = new parser<ctx::start> -SP->ctx = deref CTX +SP->ctx = new ctx send SP [stdin] Input: ctx::start = SP->finish() print( Input ) |