Skip to content

Commit

Permalink
flush more
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Feb 27, 2023
1 parent 89a0b37 commit fa3b479
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compiler/tests-jsoo/test_parsing.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ let parse s =
flush stdout;
flush stderr
done
with Calc_lexer.Eof -> print_endline "EOF"
with Calc_lexer.Eof ->
print_endline "EOF";
flush stdout;
flush stderr

let%expect_test "parsing" =
let (old : bool) = Parsing.set_trace true in
Expand Down

0 comments on commit fa3b479

Please sign in to comment.