Skip to content

Commit

Permalink
Bow to check-typo
Browse files Browse the repository at this point in the history
(cherry picked from commit fcaab50)
  • Loading branch information
xavierleroy committed Dec 17, 2020
1 parent d722991 commit c418bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion testsuite/tests/lib-threads/bank.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ let _ =
printf "Final balance: %d\n" (get a);
stop a;
Thread.join th

2 changes: 1 addition & 1 deletion testsuite/tests/lib-threads/sieve.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stdout = "${output}"
*)

(* This test is skipped in "runtime cleanup at exit" mode
(* This test is skipped in "runtime cleanup at exit" mode
(OCAMLRUNPARAM contains c=1) because the cleanup in the main thread
destroys condition variables that are waited for by other threads,
causing a deadlock on some systems. *)
Expand Down

0 comments on commit c418bc6

Please sign in to comment.