Skip to content

Commit

Permalink
add regression test for commit 11070
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@11074 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Jun 6, 2011
1 parent ed4e092 commit 0784f6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/tests/regression-pr5080-notes/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ADD_COMPFLAGS = -pp 'camlp4o pa_macro.cmo'
MAIN_MODULE = pr5080_notes

include ../../makefiles/Makefile.one
include ../../makefiles/Makefile.common
4 changes: 4 additions & 0 deletions testsuite/tests/regression-pr5080-notes/pr5080_notes.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let marshal_int f =
match [] with
| _ :: `INT n :: _ -> f n
| _ -> failwith "marshal_int"
Empty file.

0 comments on commit 0784f6f

Please sign in to comment.