X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FListSyntaxWithoutPrelude.scl;h=1f091ccb36837c391e29bf3116fa4a44a88b7083;hp=8806f93a379ea1497d8e7e21b9f591f5f821879b;hb=HEAD;hpb=d70b5f7a4cdeea05c7526560303feffeb03596b0 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