remove tests
[cloogle-irc.git] / test.icl
diff --git a/test.icl b/test.icl
deleted file mode 100644 (file)
index fce0299..0000000
--- a/test.icl
+++ /dev/null
@@ -1,17 +0,0 @@
-module test
-
-from Data.Func import $
-import Data.Either
-import Data.Maybe
-import StdEnv
-import IRC
-
-from Text import class Text(concat), instance Text String
-
-Start = concat $ map toString
-       [NICK "clooglebot" Nothing
-       ,USER "cloogle" "0" "cloogle" "Cloogle bot"
-       ,JOIN (CSepList ["#cloogle"]) Nothing
-       ,PRIVMSG (CSepList ["#cloogle"]) "Hello world"
-       ,QUIT Nothing
-       ]