Bow to check-typo

master
Xavier Leroy 2020-11-26 09:48:29 +01:00
parent 10c91b3a8d
commit fcaab503fc
2 changed files with 1 additions and 2 deletions

View File

@ -42,4 +42,3 @@ let _ =
printf "Final balance: %d\n" (get a);
stop a;
Thread.join th

View File

@ -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. *)