]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoDefinitionErrorMessage.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoDefinitionErrorMessage.scl
index 8597a78acd30a947967a0e5fda80ab82f7fe5c0c..b65d747e8222b6bcacad4571973d8dadfb79d54f 100644 (file)
@@ -1,7 +1,7 @@
-// Idea of this test is that the missing definition should only cause\r
-// one error message pointing to the type declaration.\r
-a :: Double\r
-b :: Double\r
-b = a\r
---\r
+// 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