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=d9a283acefae11c2cc094ed1c7b74759f8166f17;hp=8806f93a379ea1497d8e7e21b9f591f5f821879b;hpb=0580ea8b675c868685993b0780c9ecc31010f681;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