diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 11:27:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 11:27:37 +0000 |
commit | 025f80dfc21a24b910f2b8442a16796ce5de8379 (patch) | |
tree | 8aa027fc4fcc502e579cbd3e0e8a039d837c14fc /test/Frontend/stdin.c | |
parent | 78a88e7233aece64a57741de617d6b80b6082be1 (diff) |
MultiTestRunner: Validate '&&' at the end of RUN lines.
- This is just to normalize, these will go away soon hopefully.
Added all the missing '&&'s that have crept in. :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77062 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 35fe45d35b..5b719b2e13 100644 --- a/test/Frontend/stdin.c +++ b/test/Frontend/stdin.c @@ -1,3 +1,3 @@ -// RUN: clang-cc -E - < /dev/null > %t +// RUN: clang-cc -E - < /dev/null > %t && // RUN: grep '<built-in>' %t |