Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Feb 3, 2024
1 parent 898a64b commit 3d8c0a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bluefin-internal/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ runTests f y = do

yieldCoroutine
y
( name
( ( if passedThisOne
then ""
else ""
)
++ " "
++ if passedThisOne
then "PASS"
else "FAIL"
++ name
)
read passedAllSoFar

Expand Down

0 comments on commit 3d8c0a8

Please sign in to comment.