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