summaryrefslogtreecommitdiff
path: root/test/order1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/order1.lm')
-rw-r--r--test/order1.lm7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/order1.lm b/test/order1.lm
index eb3c7859..fa1843be 100644
--- a/test/order1.lm
+++ b/test/order1.lm
@@ -88,12 +88,13 @@ 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 <<
+send Output [$C]
+send Output
"#include <assert.h>
"
+ eos
-print( Output.finish() )
+print( Output.tree )
##### IN #####
#include "some_header.h"