Skip to content

Commit

Permalink
update expected test results following commit 14660
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14663 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Apr 23, 2014
1 parent db015c2 commit 07bc0e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testsuite/tests/typing-objects/Tests.ml.principal.reference
Expand Up @@ -244,9 +244,9 @@ Error: Signature mismatch:
val f : (#c as 'a) -> 'a
is not included in
val f : #c -> #c
# Characters 32-55:
# Characters 38-39:
module M = struct type t = int class t () = object end end;;
^^^^^^^^^^^^^^^^^^^^^^^
^
Error: Multiple definition of the type name t.
Names must be unique in a given structure or signature.
# - : < m : (< m : 'a > as 'b) -> 'b as 'a; .. > -> 'b = <fun>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/tests/typing-objects/Tests.ml.reference
Expand Up @@ -244,9 +244,9 @@ Error: Signature mismatch:
val f : (#c as 'a) -> 'a
is not included in
val f : #c -> #c
# Characters 32-55:
# Characters 38-39:
module M = struct type t = int class t () = object end end;;
^^^^^^^^^^^^^^^^^^^^^^^
^
Error: Multiple definition of the type name t.
Names must be unique in a given structure or signature.
# - : < m : (< m : 'a > as 'b) -> 'b as 'a; .. > -> 'b = <fun>
Expand Down

0 comments on commit 07bc0e6

Please sign in to comment.