commit | 025f80dfc21a24b910f2b8442a16796ce5de8379 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Jul 25 11:27:37 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Jul 25 11:27:37 2009 +0000 |
tree | 8aa027fc4fcc502e579cbd3e0e8a039d837c14fc | |
parent | 78a88e7233aece64a57741de617d6b80b6082be1 [diff] [blame] |
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
diff --git a/test/CodeGen/builtins-ffs_parity_popcount.c b/test/CodeGen/builtins-ffs_parity_popcount.c index 4746998..e3fa4d2 100644 --- a/test/CodeGen/builtins-ffs_parity_popcount.c +++ b/test/CodeGen/builtins-ffs_parity_popcount.c
@@ -1,5 +1,5 @@ -// RUN: clang-cc -emit-llvm -o - %s > %t -// RUN: ! grep "__builtin" %t +// RUN: clang-cc -emit-llvm -o - %s > %t && +// RUN: not grep "__builtin" %t #include <stdio.h>