From cd22f81f539606c9185704cd16146343dc0388a0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 4 Feb 2009 19:40:02 +0000 Subject: [PATCH] fix test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63762 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/include-directive1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Preprocessor/include-directive1.c b/test/Preprocessor/include-directive1.c index 0e78b38040..632760b7cd 100644 --- a/test/Preprocessor/include-directive1.c +++ b/test/Preprocessor/include-directive1.c @@ -1,4 +1,5 @@ -// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 4 + +// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3 // XX expands to nothing. #define XX -- 2.50.1