summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-threads/sockets.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-threads/sockets.ml')
-rw-r--r--testsuite/tests/lib-threads/sockets.ml16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/lib-threads/sockets.ml b/testsuite/tests/lib-threads/sockets.ml
index c7299c42e7..91e67f7185 100644
--- a/testsuite/tests/lib-threads/sockets.ml
+++ b/testsuite/tests/lib-threads/sockets.ml
@@ -1,12 +1,12 @@
(* TEST
-
-* hassysthreads
-include systhreads
-
-** libunix (* Broken on Windows (missing join?), needs to be fixed *)
-*** bytecode
-*** native
-
+ include systhreads;
+ hassysthreads;
+ libunix; (* Broken on Windows (missing join?), needs to be fixed *)
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
open Printf