about summary refs log tree commit diff
path: root/src/test/parse-fail
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2018-05-25 21:57:02 -0700
committerEsteban Küber <esteban@kuber.com.ar>2018-05-26 12:03:50 -0700
commit7dec8a4e99ee10696a3b1e61bfa5918683c49437 (patch)
tree7a10cf1ba3390ab80a500f1522acfa94744b60ef /src/test/parse-fail
parent6437295b173a17361fdca1a45d2f9e7547cbc99f (diff)
downloadrust-7dec8a4e99ee10696a3b1e61bfa5918683c49437.tar.gz
rust-7dec8a4e99ee10696a3b1e61bfa5918683c49437.zip
Fix test
Diffstat (limited to 'src/test/parse-fail')
-rw-r--r--src/test/parse-fail/unicode-chars.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/unicode-chars.rs b/src/test/parse-fail/unicode-chars.rs
index 1bdeb121a55..f590a7f2aa2 100644
--- a/src/test/parse-fail/unicode-chars.rs
+++ b/src/test/parse-fail/unicode-chars.rs
@@ -13,5 +13,5 @@
 fn main() {
     let y = 0;
     //~^ ERROR unknown start of token: \u{37e}
-    //~^^ HELP unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it's not
+    //~^^ HELP Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
 }