summaryrefslogtreecommitdiffstats
path: root/test/Lexer/constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/constants.c')
-rw-r--r--test/Lexer/constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/constants.c b/test/Lexer/constants.c
index 013103b..2903885 100644
--- a/test/Lexer/constants.c
+++ b/test/Lexer/constants.c
@@ -66,4 +66,4 @@ double t1[] = {
// PR7888
double g = 1e100000000; // expected-warning {{too large}}
-char h = '\u1234'; // expected-warning {{character unicode escape sequence too long for its type}}
+char h = '\u1234'; // expected-error {{character too large for enclosing character literal type}}
OpenPOWER on IntegriCloud