diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2015-10-10 03:50:57 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2015-10-10 03:50:57 +0000 |
commit | 3d36df5781c29968908b06d350e055c7a1c21ac5 (patch) | |
tree | ca9840a01b95a9b82485cfb860e4d9052056f143 /testsuite/tests/typing-objects/Tests.ml.principal.reference | |
parent | 3fcdc06ae881061130ea045bf050ef7231a94e31 (diff) | |
download | ocaml-3d36df5781c29968908b06d350e055c7a1c21ac5.tar.gz |
minor comment fixes by Octachron
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16488 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testsuite/tests/typing-objects/Tests.ml.principal.reference')
-rw-r--r-- | testsuite/tests/typing-objects/Tests.ml.principal.reference | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-objects/Tests.ml.principal.reference b/testsuite/tests/typing-objects/Tests.ml.principal.reference index fa491c320d..d39a70dc3c 100644 --- a/testsuite/tests/typing-objects/Tests.ml.principal.reference +++ b/testsuite/tests/typing-objects/Tests.ml.principal.reference @@ -29,7 +29,7 @@ Error: This class should be virtual. The following methods are undefined : f ^^^^^^^^ Error: This pattern cannot match self: it only matches values of type < f : int > -# Characters 31-109: +# Characters 32-110: class ['a] c () = object constraint 'a = int method f x = (x : bool c) |