summaryrefslogtreecommitdiff
path: root/test/treecmp1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/treecmp1.lm')
-rw-r--r--test/treecmp1.lm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/treecmp1.lm b/test/treecmp1.lm
index 178f10d7..3bd5b23f 100644
--- a/test/treecmp1.lm
+++ b/test/treecmp1.lm
@@ -13,8 +13,7 @@ def four_ids
B: id = construct id "b"
-parse InputP: four_ids[ stdin ]
-Input: four_ids = InputP.tree
+parse Input: four_ids[ stdin ]
for Id: id in Input {
if ( Id == B )