diff --git a/clang/test/Parser/recovery-1.c b/clang/test/Parser/recovery-1.c index 4dd1af17f462..f40eb6278a49 100644 --- a/clang/test/Parser/recovery-1.c +++ b/clang/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-check %s +// RUN: clang -parse-ast-check -pedantic %s char (((( /* expected-error {{to match this '('}} */ *X x ] )))); /* expected-error {{expected ')'}} */