From 9957335f9cc40c3c881df6411566a6d59e4a6279 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 15 Oct 2008 17:56:34 +0000 Subject: [PATCH] remove dead code --- Tests.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests.hs b/Tests.hs index 4fc0d480c..e969b0997 100644 --- a/Tests.hs +++ b/Tests.hs @@ -11,10 +11,6 @@ import PrintCommand import RegisterCommand --- import Test.QuickCheck --- quickcheck = mapM quickCheck ([ --- ] :: [Bool]) - runtests = do {putStrLn "Running tests.."; runTestTT $ tconcat [unittests, functests]} tconcat :: [Test] -> Test