From a71cd4cc5f8f0ef24aa10991fc4f3ceb850a534a Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Wed, 18 Apr 2018 18:32:41 +0100 Subject: Update mono test script --- test/mono/test.ml | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3