summaryrefslogtreecommitdiff
path: root/testsuite/tests/parallel/multicore_systhreads.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parallel/multicore_systhreads.ml')
-rw-r--r--testsuite/tests/parallel/multicore_systhreads.ml11
1 files changed, 7 insertions, 4 deletions
diff --git a/testsuite/tests/parallel/multicore_systhreads.ml b/testsuite/tests/parallel/multicore_systhreads.ml
index 2f0fcf20b0..a2e1130a7b 100644
--- a/testsuite/tests/parallel/multicore_systhreads.ml
+++ b/testsuite/tests/parallel/multicore_systhreads.ml
@@ -1,8 +1,11 @@
(* TEST
-* hassysthreads
-include systhreads
-** bytecode
-** native
+ include systhreads;
+ hassysthreads;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)