summaryrefslogtreecommitdiff
path: root/testsuite/tests/parallel/major_gc_wait_backup.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parallel/major_gc_wait_backup.ml')
-rw-r--r--testsuite/tests/parallel/major_gc_wait_backup.ml11
1 files changed, 7 insertions, 4 deletions
diff --git a/testsuite/tests/parallel/major_gc_wait_backup.ml b/testsuite/tests/parallel/major_gc_wait_backup.ml
index e418500774..7c11863047 100644
--- a/testsuite/tests/parallel/major_gc_wait_backup.ml
+++ b/testsuite/tests/parallel/major_gc_wait_backup.ml
@@ -1,8 +1,11 @@
(* TEST
-* hasunix
-include unix
-** native
-** bytecode
+ include unix;
+ hasunix;
+ {
+ native;
+ }{
+ bytecode;
+ }
*)
type 'a tree = Empty | Node of 'a tree * 'a tree