-
[clean-tests.git] / new-layouts / test.icl
diff --git a/new-layouts/test.icl b/new-layouts/test.icl
deleted file mode 100644 (file)
index d1b288b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-module test
-
-import iTasks
-
-Start w = startEngine (viewInformation () [] v) w
-
-derive class iTask B, C
-
-v :: B
-v = B2 C2
-
-:: B = B1 | B2 C
-:: C = C1 Int | C2