diff options
Diffstat (limited to 'test/Lexer/constants.c')
-rw-r--r-- | test/Lexer/constants.c | 2 |
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}} |