Skip to content

Commit

Permalink
derp t/Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 29, 2024
1 parent d7ddbc7 commit f9917bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ todoTest = do
assertBool ("unexpected exception message format: " ++ msg) $
all (flip isInfixOf msg) [ -- --enable-profiling disabled
"Control.Placeholder.todo: not yet implemented"
, "test/Test.hs:26:29"
, "t/Test.hs:26:29"
] ||
all (flip isInfixOf msg) [ -- --enable-profiling enabled
"Control.Placeholder.todo: not yet implemented",
Expand Down

0 comments on commit f9917bc

Please sign in to comment.