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