Submitted by: Bill Wendling

- Revert use of -parse-ast-check.

llvm-svn: 39695
This commit is contained in:
Bill Wendling 2007-06-27 18:13:04 +00:00
parent 69e70e506a
commit 764b90ad4e
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -parse-ast-check %s
// RUN: clang -E %s 2>&1 | not grep error
#if 0
"
@ -6,4 +6,3 @@
'
#endif
/* expected-warning {{ISO C forbids an empty source file}} */

View File

@ -1,8 +1,7 @@
// RUN: clang -E %s | grep -- ' ->' &&
// RUN: clang -parse-ast-check %s
// RUN: clang -E %s 2>&1 | grep 'backslash and newline separated by space' &&
// RUN: clang -E %s 2>&1 | grep 'trigraph converted'
// This is an ugly way to spell a -> token.
/* expected-warning {{trigraph converted to '\' character}} \
expected-warning {{backslash and newline separated by space}} \
expected-error {{expected identifier or '('}} */ -??/
-??/
>