X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FListSyntaxWithoutPrelude.scl;h=1f091ccb36837c391e29bf3116fa4a44a88b7083;hb=a2df536f7fc878982c6c960a79ed49f350cddc6f;hp=8806f93a379ea1497d8e7e21b9f591f5f821879b;hpb=a5e69e900dcfcf54a9f39ab754f20467d99b64d3;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntaxWithoutPrelude.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntaxWithoutPrelude.scl index 8806f93a3..1f091ccb3 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntaxWithoutPrelude.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntaxWithoutPrelude.scl @@ -1,3 +1,3 @@ -main = [1 :: Integer,2 :: Integer,3 :: Integer] --- +main = [1 :: Integer,2 :: Integer,3 :: Integer] +-- [1, 2, 3] \ No newline at end of file