summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-04 19:40:02 +0000
committerChris Lattner <sabre@nondot.org>2009-02-04 19:40:02 +0000
commit988dff84f11e09e9ebd8380e60562a140e42caba (patch)
tree114e1888b19f55dc456a8e6884e84034195b1955
parent2f7bb79c86a7eb77ad3a4a20b58911979bc150f3 (diff)
downloadbcm5719-llvm-988dff84f11e09e9ebd8380e60562a140e42caba.tar.gz
bcm5719-llvm-988dff84f11e09e9ebd8380e60562a140e42caba.zip
fix test
llvm-svn: 63762
-rw-r--r--clang/test/Preprocessor/include-directive1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/include-directive1.c b/clang/test/Preprocessor/include-directive1.c
index 0e78b38040d..632760b7cd3 100644
--- a/clang/test/Preprocessor/include-directive1.c
+++ b/clang/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
OpenPOWER on IntegriCloud