diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2013-04-29 17:02:29 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2013-04-29 17:02:29 +0000 |
commit | 010d94b4d576ebbff4699286434531a0b57a7f4d (patch) | |
tree | 8be67fe76d89ba309571611797a74e8b668d20cb /testsuite/tests/runtime-errors/syserror.bytecode.checker | |
parent | 87392bc0909b406e7e58edf0794d61b3dc076034 (diff) |
testsuite: many small fixes to make it work for mingw
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13623 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testsuite/tests/runtime-errors/syserror.bytecode.checker')
-rw-r--r-- | testsuite/tests/runtime-errors/syserror.bytecode.checker | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/runtime-errors/syserror.bytecode.checker b/testsuite/tests/runtime-errors/syserror.bytecode.checker new file mode 100644 index 000000000..ed2d20950 --- /dev/null +++ b/testsuite/tests/runtime-errors/syserror.bytecode.checker @@ -0,0 +1,16 @@ +######################################################################### +# # +# OCaml # +# # +# Damien Doligez, projet Gallium, INRIA Rocquencourt # +# # +# Copyright 2013 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the Q Public License version 1.0. # +# # +######################################################################### + +grep 'Fatal error: exception Sys_error' syserror.bytecode.result >/dev/null + + + |