diff options
| author | Andy Russell <arussell123@gmail.com> | 2017-05-20 11:18:26 -0400 |
|---|---|---|
| committer | Andy Russell <arussell123@gmail.com> | 2017-05-20 11:18:26 -0400 |
| commit | 9ad0dbab5b134592141efdcc93d37ea6a65e425f (patch) | |
| tree | 05090e21eee5578a4ee8a650a2a41db1448ace55 /src/test | |
| parent | 0bd9e1f5e6e9832691d033f1cc32409f5e2a9145 (diff) | |
| download | rust-9ad0dbab5b134592141efdcc93d37ea6a65e425f.tar.gz rust-9ad0dbab5b134592141efdcc93d37ea6a65e425f.zip | |
remove "much" from unicode diagnostic
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/parse-fail/unicode-chars.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/parse-fail/unicode-chars.rs b/src/test/parse-fail/unicode-chars.rs index adfaf62b5d3..1bdeb121a55 100644 --- a/src/test/parse-fail/unicode-chars.rs +++ b/src/test/parse-fail/unicode-chars.rs @@ -9,10 +9,9 @@ // except according to those terms. // compile-flags: -Z parse-only -// ignore-tidy-linelength fn main() { let y = 0; //~^ ERROR unknown start of token: \u{37e} - //~^^ HELP unicode character ';' (Greek Question Mark) looks much like ';' (Semicolon), but it's not + //~^^ HELP unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it's not } |
