diff options
Diffstat (limited to 'test/SemaCXX/c99.cpp')
-rw-r--r-- | test/SemaCXX/c99.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/SemaCXX/c99.cpp b/test/SemaCXX/c99.cpp index f4c3639..b0bd45d 100644 --- a/test/SemaCXX/c99.cpp +++ b/test/SemaCXX/c99.cpp @@ -1,8 +1,3 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s - -void f0(int i) { - char array[i]; // expected-error{{variable length arrays}} -} - void f1(int i[static 5]) { // expected-error{{C99}} } |