diff options
Diffstat (limited to 'test/Parser/recovery-1.c')
-rw-r--r-- | test/Parser/recovery-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/recovery-1.c b/test/Parser/recovery-1.c index a098aecfc9..b37c88cba0 100644 --- a/test/Parser/recovery-1.c +++ b/test/Parser/recovery-1.c @@ -1,5 +1,5 @@ // RUN: clang -fsyntax-only -fno-caret-diagnostics -pedantic %s 2>&1 | grep warning | wc -l | grep 1 -// RUN: clang -parse-ast -verify -pedantic %s +// RUN: clang -fsyntax-only -verify -pedantic %s char (((( /* expected-error {{to match this '('}} */ *X x ] )))); /* expected-error {{expected ')'}} */ |