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 87ac4fbb4ab..7f26e99dfa8 100644 --- a/clang/test/Sema/c89.c +++ b/clang/test/Sema/c89.c @@ -1,4 +1,4 @@ -/* RUN: clang %s -std=c89 -pedantic -parse-ast -verify +/* RUN: clang %s -std=c89 -pedantic -fsyntax-only -verify */ void test1() { { |