Skip to content

Commit

Permalink
Use DOES_NOT_EXIST to clarify expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 10, 2021
1 parent 24f565b commit 80a4037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/tests/lib-threads/pr7638.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* TEST
unset FOO
unset DOES_NOT_EXIST
* hassysthreads
include systhreads
Expand All @@ -17,5 +17,5 @@ let crashme v =
| s -> print_string "Surprising but OK\n"

let _ =
let th = Thread.create crashme "FOO" in
let th = Thread.create crashme "DOES_NOT_EXIST" in
Thread.join th

0 comments on commit 80a4037

Please sign in to comment.