]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled.ui/scl/Simantics/TestsUI.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / scl / Simantics / TestsUI.scl
index 31b761b49ca9eeb1d3a401c4e704f5cf10efd577..d834c36756fe5a8d3ab254dc0ff34b608af9d23f 100644 (file)
@@ -1,14 +1,14 @@
-include "Simantics/Tests"\r
-\r
-createSTSTestAction :: Resource -> <Proc> ()\r
-createSTSTestAction res = do\r
-  syncWrite (\() -> createSTSTest res)\r
-  ()\r
-\r
-importJava "org.simantics.tests.modelled.ui.TestsUIUtils" where\r
-    runSTSTestAction :: Resource -> <Proc> ()\r
-    \r
-createSTSSuiteAction :: Resource -> <Proc> ()\r
-createSTSSuiteAction res = do\r
-  syncWrite (\() -> createSTSSuite res)\r
+include "Simantics/Tests"
+
+createSTSTestAction :: Resource -> <Proc> ()
+createSTSTestAction res = do
+  syncWrite (\() -> createSTSTest res)
+  ()
+
+importJava "org.simantics.tests.modelled.ui.TestsUIUtils" where
+    runSTSTestAction :: Resource -> <Proc> ()
+    
+createSTSSuiteAction :: Resource -> <Proc> ()
+createSTSSuiteAction res = do
+  syncWrite (\() -> createSTSSuite res)
   ()
\ No newline at end of file
   ()
\ No newline at end of file