summaryrefslogtreecommitdiff
path: root/testsuite/tests/callback/minor_named.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/callback/minor_named.ml')
-rw-r--r--testsuite/tests/callback/minor_named.ml13
1 files changed, 8 insertions, 5 deletions
diff --git a/testsuite/tests/callback/minor_named.ml b/testsuite/tests/callback/minor_named.ml
index 9bc01b77d5..77b5e03118 100644
--- a/testsuite/tests/callback/minor_named.ml
+++ b/testsuite/tests/callback/minor_named.ml
@@ -1,9 +1,12 @@
(* TEST
- include unix
- modules = "minor_named_.c"
- * libunix
- ** bytecode
- ** native
+ include unix;
+ modules = "minor_named_.c";
+ libunix;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
(* Tests Callback.register and caml_named_value on a young object *)