diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-06-27 07:26:41 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-06-27 07:26:41 +0000 |
commit | fdddfc115ef8150d906aeb9810858c10f32ff34f (patch) | |
tree | 1afcc99893359a8d051c3df428a5aedcd5e48b29 /clang/test/Lexer/unknown-char.c | |
parent | 52b0a4e84e511c8242e17a3119a0257e6ac26f0e (diff) | |
download | bcm5719-llvm-fdddfc115ef8150d906aeb9810858c10f32ff34f.tar.gz bcm5719-llvm-fdddfc115ef8150d906aeb9810858c10f32ff34f.zip |
Submitted by: Bill Wendling
Reviewed by: Chris Lattner
- Reverted some checks because they're checking the preprocessor output.
llvm-svn: 39687
Diffstat (limited to 'clang/test/Lexer/unknown-char.c')
-rw-r--r-- | clang/test/Lexer/unknown-char.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Lexer/unknown-char.c b/clang/test/Lexer/unknown-char.c index 2a581c41e69..8bdfe60553d 100644 --- a/clang/test/Lexer/unknown-char.c +++ b/clang/test/Lexer/unknown-char.c @@ -1,2 +1,2 @@ -// RUN: clang -parse-ast-check %s -` ` ` ` // expected-error {{expected identifier or '('}} +// RUN: clang -E %s 2>&1 | not grep error + ` ` ` ` |