Skip to content

Commit

Permalink
New test case is runtime5 only, and unsafe_parallelism disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell authored and NickBarnes committed Feb 5, 2025
1 parent 078edf3 commit 66a8f32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion testsuite/tests/weak-ephe-final/weak_array_par.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
(* TEST *)
(* TEST
runtime5;
{ bytecode; }
{ native; }
*)

[@@@ocaml.alert "-unsafe_parallelism"]

let () = Random.self_init ()

Expand Down

0 comments on commit 66a8f32

Please sign in to comment.