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%2FRecursiveValues4.scl;h=f6179c889dfe297c42500a56e711c642f8b69396;hb=131be5c413e1f9dc652b6b46c763625b30ad8350;hp=0315be34a889d2c0bd230ce0e90eaafe216bf338;hpb=fdbe87627e92805701d0672fbe8f1dc60b7f7b00;p=simantics%2Fplatform.git 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