summaryrefslogtreecommitdiff
path: root/test/order2.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-22 21:53:40 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-22 21:53:40 -0400
commita120f823372cdde77e08e8a770ab5076a134ede0 (patch)
tree2ddfeb293f9036db17ba115007aaecd9e600a057 /test/order2.lm
parent9cccdce724cf806feeb1c7831606ed3fd2c73910 (diff)
downloadcolm-a120f823372cdde77e08e8a770ab5076a134ede0.tar.gz
updated tests for latest parser changes
Diffstat (limited to 'test/order2.lm')
-rw-r--r--test/order2.lm7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/order2.lm b/test/order2.lm
index 917524e9..13064ae9 100644
--- a/test/order2.lm
+++ b/test/order2.lm
@@ -91,9 +91,8 @@ Output: output Output = construct output []
# Take off the leading C from the input file and send it out.
match P [C: c '%%' protocol*]
-Output << [%C]
+Output << [$C]
Output <<
"#include <assert.h>
-Output << '\n\n'
-
-print( Output.finish() '\n\n' )
+ "
+print( Output.finish() )