diff options
Diffstat (limited to 'testsuite/tests/lib-unix/common/getaddrinfo.ml')
-rw-r--r-- | testsuite/tests/lib-unix/common/getaddrinfo.ml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/testsuite/tests/lib-unix/common/getaddrinfo.ml b/testsuite/tests/lib-unix/common/getaddrinfo.ml index b140ef9143..4c5b88d51f 100644 --- a/testsuite/tests/lib-unix/common/getaddrinfo.ml +++ b/testsuite/tests/lib-unix/common/getaddrinfo.ml @@ -1,8 +1,11 @@ (* TEST -* hasunix -include unix -** bytecode -** native + include unix; + hasunix; + { + bytecode; + }{ + native; + } *) let () = |