summaryrefslogtreecommitdiff
path: root/testsuite/tests/callback/test7.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/callback/test7.ml')
-rw-r--r--testsuite/tests/callback/test7.ml13
1 files changed, 8 insertions, 5 deletions
diff --git a/testsuite/tests/callback/test7.ml b/testsuite/tests/callback/test7.ml
index 8883a55f69..b607ec3cfb 100644
--- a/testsuite/tests/callback/test7.ml
+++ b/testsuite/tests/callback/test7.ml
@@ -1,9 +1,12 @@
(* TEST
- include unix
- modules = "test7_.c"
- * libunix
- ** bytecode
- ** native
+ include unix;
+ modules = "test7_.c";
+ libunix;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
(* Tests nested calls from C (main C) to OCaml (main OCaml) to C (caml_to_c) to