commit | 0c3c5764531f40e79b6f898022ecfb9ea46f466a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Mar 21 23:59:11 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Mar 21 23:59:11 2009 +0000 |
tree | 4ff74aa229cc3bbae50b9a889d731456d2b9a8d1 | |
parent | a8b60c9bd8e992bed2096aa2c9982c3045e8247c [diff] |
fix test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67455 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Frontend/stdin.c b/test/Frontend/stdin.c index 1b1bc67..c13a937 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