diff options
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 |