summaryrefslogtreecommitdiff
path: root/test/mono/test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mono/test.ml')
-rw-r--r--test/mono/test.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mono/test.ml b/test/mono/test.ml
index dc194792..32d3b2ed 100644
--- a/test/mono/test.ml
+++ b/test/mono/test.ml
@@ -1,3 +1,3 @@
-match Testout.run() with
-| Done _ -> print_endline "OK"
-| _ -> print_endline "Failed";;
+match Out.run() with
+| Done _ -> exit 0
+| _ -> exit 1