Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jul 27, 2022
1 parent 4117863 commit 04f7986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ printResult :: String -> String -> IO String -> IO ()
printResult tc expec m = do
res <- m
if res == expec
then print (tc ++ "->" ++ "PASS") >> exitSuccess
then print (tc ++ "->" ++ "PASS")
else print (tc ++ "->" ++ "FAILED") >> exitFailure

testRm :: IO ()
Expand Down

0 comments on commit 04f7986

Please sign in to comment.