summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrian Campbell2018-04-18 18:32:41 +0100
committerBrian Campbell2018-04-18 18:32:41 +0100
commita71cd4cc5f8f0ef24aa10991fc4f3ceb850a534a (patch)
treed71452cedb0641de842ece924c84e037ecf60bf8 /test
parent1db7e1c63d2d8ee9c3c45ac4494c1bfaf96e68d6 (diff)
Update mono test script
Diffstat (limited to 'test')
-rw-r--r--test/mono/test.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mono/test.ml b/test/mono/test.ml
index a54e3145..6476f8f4 100644
--- a/test/mono/test.ml
+++ b/test/mono/test.ml
@@ -1,5 +1,4 @@
match Out.run() with
| Done _ -> exit 0
| Fail s -> prerr_endline ("Fail: " ^ s); exit 1
-| Error s -> prerr_endline ("Error: " ^ s); exit 1
| _ -> prerr_endline "Unexpected outcome"; exit 1