summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml')
-rw-r--r--testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml13
1 files changed, 8 insertions, 5 deletions
diff --git a/testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml b/testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml
index 01ae4df1c3..4670a41071 100644
--- a/testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml
+++ b/testsuite/tests/lib-unix/win-channel-of/parallel_channel_of.ml
@@ -1,9 +1,12 @@
(* TEST
-modules = "fd_of_channel.c"
-* libwin32unix
-include unix
-** bytecode
-** native
+ modules = "fd_of_channel.c";
+ include unix;
+ libwin32unix;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
external fd_of_in_channel: in_channel -> int = "caml_fd_of_channel"