forked from OSchip/llvm-project
parent
113d1410ce
commit
1e52eee112
|
@ -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 ')'}} */
|
||||
|
|
Loading…
Reference in New Issue