diff options
Diffstat (limited to 'clang/test/Parser/CompoundStmtScope.c')
-rw-r--r-- | clang/test/Parser/CompoundStmtScope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/CompoundStmtScope.c b/clang/test/Parser/CompoundStmtScope.c index 4d1da43e25b..9aadbceac13 100644 --- a/clang/test/Parser/CompoundStmtScope.c +++ b/clang/test/Parser/CompoundStmtScope.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast -verify %s +// RUN: clang -fsyntax-only -verify %s int foo() { { |