summaryrefslogtreecommitdiff
path: root/test/Frontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-21 23:59:11 +0000
committerChris Lattner <sabre@nondot.org>2009-03-21 23:59:11 +0000
commit0c3c5764531f40e79b6f898022ecfb9ea46f466a (patch)
tree4ff74aa229cc3bbae50b9a889d731456d2b9a8d1 /test/Frontend
parenta8b60c9bd8e992bed2096aa2c9982c3045e8247c (diff)
downloadclang-0c3c5764531f40e79b6f898022ecfb9ea46f466a.tar.gz
fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend')
-rw-r--r--test/Frontend/stdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/stdin.c b/test/Frontend/stdin.c
index 1b1bc67613..c13a9374d2 100644
--- a/test/Frontend/stdin.c
+++ b/test/Frontend/stdin.c
@@ -1,3 +1,3 @@
// RUN: clang -E - < /dev/null &> %t
-// RUN: grep '<predefines>' %t
+// RUN: grep '<built-in>' %t