diff --git a/tests/DiscardRatio.hs b/tests/DiscardRatio.hs index ed070538..5d2f8280 100644 --- a/tests/DiscardRatio.hs +++ b/tests/DiscardRatio.hs @@ -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