diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-21 23:59:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-21 23:59:11 +0000 |
commit | 0c3c5764531f40e79b6f898022ecfb9ea46f466a (patch) | |
tree | 4ff74aa229cc3bbae50b9a889d731456d2b9a8d1 /test/Frontend/stdin.c | |
parent | a8b60c9bd8e992bed2096aa2c9982c3045e8247c (diff) |
fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend/stdin.c')
-rw-r--r-- | test/Frontend/stdin.c | 2 |
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 |