]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Timing.scl
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Timing.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Timing.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Timing.scl
deleted file mode 100644 (file)
index deb6d50..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import "StandardLibrary"\r
-\r
-main = do \r
-    (r,t) = Debug.time (foldl (+) 0 \r
-                   $ map (\(_,_,z) -> z) \r
-                   $ [(a,b,c) | a <- [1..50], b <- [1..50], c <- [1..50], a*a + b*b == c*c])\r
-    print t\r
-    r\r
---\r
-1172
\ No newline at end of file