diff options
Diffstat (limited to 'clang/test/Sema/c89.c')
| -rw-r--r-- | clang/test/Sema/c89.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/c89.c b/clang/test/Sema/c89.c index 9bf720b6a39..fc50ebed663 100644 --- a/clang/test/Sema/c89.c +++ b/clang/test/Sema/c89.c @@ -25,7 +25,7 @@ void test3(int i) { int A[i]; /* expected-warning {{variable length array}} */ } -int test4 = 0LL; /* expected-warning {{long long}} */ +int test4 = 0LL; /* expected-warning {{long long}} */ /* PR1999 */ void test5(register); |

