summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/isatty/isatty_std.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-unix/isatty/isatty_std.ml')
-rw-r--r--testsuite/tests/lib-unix/isatty/isatty_std.ml15
1 files changed, 9 insertions, 6 deletions
diff --git a/testsuite/tests/lib-unix/isatty/isatty_std.ml b/testsuite/tests/lib-unix/isatty/isatty_std.ml
index 1dcff45317..3ce2759300 100644
--- a/testsuite/tests/lib-unix/isatty/isatty_std.ml
+++ b/testsuite/tests/lib-unix/isatty/isatty_std.ml
@@ -1,10 +1,13 @@
(* TEST
-* hasunix
-include unix
-stdin = "/dev/null"
-stderr = "/dev/null"
-** bytecode
-** native
+ include unix;
+ stdin = "/dev/null";
+ stderr = "/dev/null";
+ hasunix;
+ {
+ bytecode;
+ }{
+ native;
+ }
*)
Printf.printf