diff options
| author | Brian Campbell | 2018-04-18 18:32:41 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-04-18 18:32:41 +0100 |
| commit | a71cd4cc5f8f0ef24aa10991fc4f3ceb850a534a (patch) | |
| tree | d71452cedb0641de842ece924c84e037ecf60bf8 /test | |
| parent | 1db7e1c63d2d8ee9c3c45ac4494c1bfaf96e68d6 (diff) | |
Update mono test script
Diffstat (limited to 'test')
| -rw-r--r-- | test/mono/test.ml | 1 |
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 |
