summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-threads/torture.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-threads/torture.ml')
-rw-r--r--testsuite/tests/lib-threads/torture.ml13
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/lib-threads/torture.ml b/testsuite/tests/lib-threads/torture.ml
index 16a7811d40..0a5671b0f6 100644
--- a/testsuite/tests/lib-threads/torture.ml
+++ b/testsuite/tests/lib-threads/torture.ml
@@ -1,10 +1,11 @@
(* TEST
-
-* hassysthreads
-include systhreads
-** bytecode
-** native
-
+ include systhreads;
+ hassysthreads;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
(* Torture test - I/O interspersed with lots of GC *)