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