Skip to content

Commit

Permalink
Example.hs: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jan 18, 2016
1 parent bdbcc0b commit eaf3430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Example.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tests' = test [ "test1" ~: "(foo 3)" ~: (1,2) ~=? (foo 3),
partB y @? "(partB " ++ show y ++ ") failed" ]

main :: IO Counts
main = do runTestTT tests
main = do _ <- runTestTT tests
runTestTT tests'

0 comments on commit eaf3430

Please sign in to comment.