Skip to content

Commit

Permalink
restore some more emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 12, 2021
1 parent 637385b commit 4d23760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.gr
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ let expect = (a, b, msg: String) => {

let report = () => {
if (totalErr > 0) {
File.fdWrite(File.stderr, "\226\157\140 Total failed tests: ")
File.fdWrite(File.stderr, " Total failed tests: ")
File.fdWrite(File.stderr, toString(totalErr))
File.fdWrite(File.stderr, "\226\157\140\n")
File.fdWrite(File.stderr, "\n")
Process.exit(1)
void
}
Expand Down

0 comments on commit 4d23760

Please sign in to comment.