]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / FromDynamic3.scl
index a3318d4dee6dc236e9a4f09935013307c73addd9..19b15158b8746f617179d623bc512031a779f924 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = arrayToList (fromDynamic (toDynamic ["42"]) :: (Array Integer))\r
---\r
+import "Prelude"
+
+main = arrayToList (fromDynamic (toDynamic ["42"]) :: (Array Integer))
+--
 [42]
\ No newline at end of file