summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/win-createprocess/test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-unix/win-createprocess/test.ml')
-rw-r--r--testsuite/tests/lib-unix/win-createprocess/test.ml13
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/lib-unix/win-createprocess/test.ml b/testsuite/tests/lib-unix/win-createprocess/test.ml
index b72f68cf54..d648f284e2 100644
--- a/testsuite/tests/lib-unix/win-createprocess/test.ml
+++ b/testsuite/tests/lib-unix/win-createprocess/test.ml
@@ -1,10 +1,11 @@
(* TEST
-
-* libwin32unix
- include unix
-** bytecode
-** native
-
+ include unix;
+ libwin32unix;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
(* This test is inspired by [Creating a Child Process with Redirected