Skip to content

Commit

Permalink
actually show _WHAT_ message we're getting when we fail in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 29, 2024
1 parent 56aef2d commit d7ddbc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ todoTest = do
case result of
Left ex -> do
let msg = show ex
putStrLn msg
assertBool "todo(1)" $
assertBool ("unexpected exception message format: " ++ msg) $
all (flip isInfixOf msg) [ -- --enable-profiling disabled
"Control.Placeholder.todo: not yet implemented"
, "test/Test.hs:26:29"
Expand Down

0 comments on commit d7ddbc7

Please sign in to comment.