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=b123fe92f27f72b9132ec52c9494fb8d8715d2ed;hp=8806f93a379ea1497d8e7e21b9f591f5f821879b;hpb=0364f8f54b009e9e5de482d5c9d1cb7efb023141;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