]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TooManyParametersToSin.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TooManyParametersToSin.scl
index bfaf3db56fae2015bce2c15076d4e808b5b684d3..003d0dc3cb7f0a6db60725ddb646afcb33e0903c 100644 (file)
@@ -1,6 +1,6 @@
-import "Prelude"\r
-\r
-main = sin 1 2\r
---\r
-3:8-3:11: Constrain Real (a -> b) contains free variables not mentioned in the type of the value.\r
+import "Prelude"
+
+main = sin 1 2
+--
+3:8-3:11: Constrain Real (a -> b) contains free variables not mentioned in the type of the value.
 3:14-3:15: Constrain Ring a contains free variables not mentioned in the type of the value.
\ No newline at end of file