mirror of
https://github.com/ekmett/speculation.git
synced 2024-11-22 18:32:22 +03:00
Allow Test.hs to work with the current codebase.
This commit is contained in:
parent
da4f6df775
commit
2f70d6d9d7
4
Test.hs
4
Test.hs
@ -5,10 +5,10 @@ import Prelude hiding ((||),(&&))
|
||||
import Test.Framework (Test)
|
||||
import Test.Framework (defaultMain, testGroup)
|
||||
import Test.Framework.Providers.HUnit
|
||||
import Test.Framework.Providers.QuickCheck (testProperty)
|
||||
import Test.Framework.Providers.QuickCheck2 (testProperty)
|
||||
import Test.QuickCheck hiding ((==>))
|
||||
-- import Test.HUnit hiding (Test)
|
||||
import Data.Speculation
|
||||
import Control.Concurrent.Speculation
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain tests
|
||||
|
Loading…
Reference in New Issue
Block a user