convert this test to -verify mode.

llvm-svn: 73374
This commit is contained in:
Chris Lattner 2009-06-15 04:59:21 +00:00
parent 8565c4bed4
commit 77eb1d5333
1 changed files with 2 additions and 2 deletions

View File

@ -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 #define DO_PRAGMA _Pragma
DO_PRAGMA ("GCC dependency \"blahblabh\"") DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}}