summaryrefslogtreecommitdiff
path: root/test/ref3.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/ref3.lm')
-rw-r--r--test/ref3.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ref3.lm b/test/ref3.lm
index ee805b4a..45b2c8b1 100644
--- a/test/ref3.lm
+++ b/test/ref3.lm
@@ -52,7 +52,7 @@ int main( S: start )
main( S )
-int someRefs( S1: ref<start> S2: ref<start> S3: ref<start> S4: ref<start> )
+int someRefs( S1: ref<start>, S2: ref<start>, S3: ref<start>, S4: ref<start> )
{
print( S1 )
print( S2 )
@@ -65,7 +65,7 @@ cons S2: start "c d
cons S3: start "e f
cons S4: start "g h
-someRefs( (start in S1) (start in S2) (start in S3) (start in S4 ) )
+someRefs( start in S1, start in S2, start in S3, start in S4 )
#### IN ####
x y