Skip to content

Commit

Permalink
Remove tasty-ant-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 11, 2021
1 parent 488cdfb commit 04cb092
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion scientific.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ test-suite test-scientific
, scientific
, smallcheck >=1.0
, tasty >=1.4.0.1
, tasty-ant-xml >=1.1.8
, tasty-hunit >=0.8
, tasty-quickcheck >=0.8
, tasty-smallcheck >=0.2
Expand Down
3 changes: 1 addition & 2 deletions test/test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Data.Int
import Data.Word
import Data.Scientific as Scientific
import Test.Tasty
import Test.Tasty.Runners.AntXML
import Test.Tasty.HUnit (testCase, (@?=), Assertion, assertBool)
import qualified Test.SmallCheck as SC
import qualified Test.SmallCheck.Series as SC
Expand Down Expand Up @@ -278,7 +277,7 @@ main = testMain $ testGroup "scientific"
]

testMain :: TestTree -> IO ()
testMain = defaultMainWithIngredients (antXMLRunner:defaultIngredients)
testMain = defaultMainWithIngredients defaultIngredients

testReads :: String -> [(Scientific, String)] -> Assertion
testReads inp out = reads inp @?= out
Expand Down

0 comments on commit 04cb092

Please sign in to comment.