remove dead code
This commit is contained in:
parent
06a363dc6e
commit
9957335f9c
4
Tests.hs
4
Tests.hs
@ -11,10 +11,6 @@ import PrintCommand
|
|||||||
import RegisterCommand
|
import RegisterCommand
|
||||||
|
|
||||||
|
|
||||||
-- import Test.QuickCheck
|
|
||||||
-- quickcheck = mapM quickCheck ([
|
|
||||||
-- ] :: [Bool])
|
|
||||||
|
|
||||||
runtests = do {putStrLn "Running tests.."; runTestTT $ tconcat [unittests, functests]}
|
runtests = do {putStrLn "Running tests.."; runTestTT $ tconcat [unittests, functests]}
|
||||||
|
|
||||||
tconcat :: [Test] -> Test
|
tconcat :: [Test] -> Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user