Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 4d23760

Browse files
committed
restore some more emojis
1 parent 637385b commit 4d23760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.gr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ let expect = (a, b, msg: String) => {
3131

3232
let report = () => {
3333
if (totalErr > 0) {
34-
File.fdWrite(File.stderr, "\226\157\140 Total failed tests: ")
34+
File.fdWrite(File.stderr, " Total failed tests: ")
3535
File.fdWrite(File.stderr, toString(totalErr))
36-
File.fdWrite(File.stderr, "\226\157\140\n")
36+
File.fdWrite(File.stderr, "\n")
3737
Process.exit(1)
3838
void
3939
}

0 commit comments

Comments
 (0)