summaryrefslogtreecommitdiff
path: root/test/rhsref1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/rhsref1.lm')
-rw-r--r--test/rhsref1.lm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rhsref1.lm b/test/rhsref1.lm
index 445116be..4ea15a0d 100644
--- a/test/rhsref1.lm
+++ b/test/rhsref1.lm
@@ -87,8 +87,7 @@ def labelled_statement
def goto_statement
['goto' id ';']
-parse PP: program[stdin]
-P: program = PP.tree
+parse P: program[stdin]
for E: expression in P {
print( ^(E.Term.Factor.Primary) '\n' )