]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnaryMinus.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / UnaryMinus.scl
index ff0e512716d101bb4c3163e059b535af76a2ae53..8e6d71d36734b370246c53c1e67237a60e7382ec 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = -5\r
---\r
+import "Prelude"
+
+main = -5
+--
 -5
\ No newline at end of file