Skip to content

Commit 04f7986

Browse files
committed
Fix CI
1 parent 4117863 commit 04f7986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ printResult :: String -> String -> IO String -> IO ()
183183
printResult tc expec m = do
184184
res <- m
185185
if res == expec
186-
then print (tc ++ "->" ++ "PASS") >> exitSuccess
186+
then print (tc ++ "->" ++ "PASS")
187187
else print (tc ++ "->" ++ "FAILED") >> exitFailure
188188

189189
testRm :: IO ()

0 commit comments

Comments
 (0)