]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InconsistentArity.scl
index 82a96689289a5a54cac46866ecd695e342f695a9..7fe9e0541214427e8bd94379246302d5287672f6 100644 (file)
@@ -1,4 +1,4 @@
-f a b = a\r
-f x = x\r
---\r
+f a b = a
+f x = x
+--
 2:1-2:4: Inconsistent arity. This case has arity 1 while previous cases had arity 2.
\ No newline at end of file