diff options
Diffstat (limited to 'test/mono')
| -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 |
