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%2FRecursiveValues4.scl;h=f6179c889dfe297c42500a56e711c642f8b69396;hp=0315be34a889d2c0bd230ce0e90eaafe216bf338;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=86adc86522decdf79259743cde5ec3688af3d908 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues4.scl index 0315be34a..f6179c889 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues4.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues4.scl @@ -1,5 +1,5 @@ -(foo, bar) = (foo, "Hello world!") - -main = "ERROR" --- +(foo, bar) = (foo, "Hello world!") + +main = "ERROR" +-- 1:1-1:11: Illegal left hand side of the definition. \ No newline at end of file