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%2FNoDefinitionErrorMessage.scl;h=b65d747e8222b6bcacad4571973d8dadfb79d54f;hp=8597a78acd30a947967a0e5fda80ab82f7fe5c0c;hb=HEAD;hpb=5930811a7911090a0c4984380c3b45ed81a93cde diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl index 8597a78ac..b65d747e8 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl @@ -1,7 +1,7 @@ -// Idea of this test is that the missing definition should only cause -// one error message pointing to the type declaration. -a :: Double -b :: Double -b = a --- +// Idea of this test is that the missing definition should only cause +// one error message pointing to the type declaration. +a :: Double +b :: Double +b = a +-- 3:1-3:12: a is not defined. \ No newline at end of file