diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:40:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:40:02 +0000 |
commit | cd22f81f539606c9185704cd16146343dc0388a0 (patch) | |
tree | d2187a1752f2492b58abfc07b6ad844d982d6009 | |
parent | df23f2b38cd1dd55cbafb66e7b6268d64488046d (diff) |
fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63762 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/include-directive1.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |