diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:59:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:59:21 +0000 |
commit | ea9ff8d4952a7c903d49eb3374be2d31518b8a1c (patch) | |
tree | dfdcd4560bc8453101f69535487739dbc292d2a0 | |
parent | d3555ae09f3d31f7cac84a85d3915459fd34c657 (diff) |
convert this test to -verify mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73374 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/_Pragma-syshdr2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/_Pragma-syshdr2.c b/test/Preprocessor/_Pragma-syshdr2.c index de7f2d3dc3..c21c7c85d4 100644 --- a/test/Preprocessor/_Pragma-syshdr2.c +++ b/test/Preprocessor/_Pragma-syshdr2.c @@ -1,5 +1,5 @@ -// RUN: clang-cc -E %s 2>&1 | grep 'file not found' +// RUN: clang-cc -E %s -verify #define DO_PRAGMA _Pragma -DO_PRAGMA ("GCC dependency \"blahblabh\"") +DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}} |