-
[clean-tests.git] / newtype-editor / test.icl
diff --git a/newtype-editor/test.icl b/newtype-editor/test.icl
deleted file mode 100644 (file)
index 7f4816d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module test
-
-import iTasks
-import qualified Data.Map as DM
-
-Start w = startEngine t w
-
-t :: Task ('DM'.Map Int String)
-t = viewInformation () [] ('DM'.fromList [(42, "foo")])