From: Chris Lattner Date: Mon, 15 Jun 2009 04:59:21 +0000 (+0000) Subject: convert this test to -verify mode. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea9ff8d4952a7c903d49eb3374be2d31518b8a1c;p=clang convert this test to -verify mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73374 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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}}