changed because of variant typing change

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5218 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Luc Maranget 2002-10-31 15:21:54 +00:00
parent 74645dee61
commit 6ad04a0eab
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ let _ =
test "jacques" g (A `C) 0 ;
test "jacques" g (B (`B,`D)) 1 ;
test "jacaues" g C 2 ;
test "jacques" g (B (`A,`D)) 3 ;
(* test "jacques" g (B (`A,`D)) 3 ; (* type incorrect expected behavior ? *)*)
()
(*