Skip to content

Commit

Permalink
make sure test builds on ghc 7
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 21, 2024
1 parent 174ef9f commit 8c8707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DiscardRatio.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assert :: String -> Bool -> IO ()
assert s False = do
putStrLn $ s ++ " failed!"
exitFailure
assert _ _ = pure ()
assert _ _ = return ()

quickCheckYesWith, quickCheckNoWith :: Testable p => Args -> p -> IO ()
quickCheckYesWith args p = do
Expand Down

0 comments on commit 8c8707b

Please sign in to comment.