diff options
author | Hugo Heuzard <hugo.heuzard@gmail.com> | 2018-07-21 13:04:53 +0100 |
---|---|---|
committer | Hugo Heuzard <hugo.heuzard@gmail.com> | 2018-08-06 13:19:28 +0100 |
commit | 80431444941fc722a4aaabcf36ca13e818ef5ade (patch) | |
tree | 1864d2a26212a69c65da4fecce9c5c858b05100e /testsuite/tests/warnings | |
parent | 35218bf9dfa9452cf7192344d4a3b9ece2c50118 (diff) | |
download | ocaml-80431444941fc722a4aaabcf36ca13e818ef5ade.tar.gz |
Add locations to attributes
Changes
fix typo
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/w03.compilers.reference | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/w03.compilers.reference b/testsuite/tests/warnings/w03.compilers.reference index 7074abd227..206ef7a2f0 100644 --- a/testsuite/tests/warnings/w03.compilers.reference +++ b/testsuite/tests/warnings/w03.compilers.reference @@ -1,4 +1,4 @@ File "w03.ml", line 14, characters 8-9: Warning 3: deprecated: A -File "w03.ml", line 17, characters 15-25: +File "w03.ml", line 17, characters 12-26: Warning 53: the "deprecated" attribute cannot appear in this context |