From ea9ff8d4952a7c903d49eb3374be2d31518b8a1c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Jun 2009 04:59:21 +0000 Subject: [PATCH] convert this test to -verify mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73374 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/_Pragma-syshdr2.c | 4 ++-- 1 file 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}} -- 2.50.1