summaryrefslogtreecommitdiff
path: root/test/prints.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/prints.lm')
-rw-r--r--test/prints.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prints.lm b/test/prints.lm
index 1a72d216..bcfc4026 100644
--- a/test/prints.lm
+++ b/test/prints.lm
@@ -9,8 +9,8 @@ def start
parse Start: start[stdin]
-prints( stderr 'fd stderr: ' Start.tree '\n' )
-prints( stdout 'fd stdout: ' Start.tree '\n' )
+prints( stderr 'fd stderr: ' Start '\n' )
+prints( stdout 'fd stdout: ' Start '\n' )
##### IN #####
a b c
##### EXP #####