diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-04 15:22:16 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-04 15:22:16 +0000 |
| commit | be8a91b771dfd0cc63f24a417c618f6df6464051 (patch) | |
| tree | 9d9e5765c127ad03fc8eb8acc80452aef7132237 /clang/test/CodeGenObjC/objc2-write-barrier-5.m | |
| parent | 0cf7c9384954a51c2902a061c6c2dec0aec7f3b5 (diff) | |
| download | bcm5719-llvm-be8a91b771dfd0cc63f24a417c618f6df6464051.tar.gz bcm5719-llvm-be8a91b771dfd0cc63f24a417c618f6df6464051.zip | |
Replace 'grep foo | count 0' with 'not grep foo'.
This avoids depending on pipefail not being used.
llvm-svn: 185648
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-write-barrier-5.m')
| -rw-r--r-- | clang/test/CodeGenObjC/objc2-write-barrier-5.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/objc2-write-barrier-5.m b/clang/test/CodeGenObjC/objc2-write-barrier-5.m index 65a71a5a1d3..44af818a320 100644 --- a/clang/test/CodeGenObjC/objc2-write-barrier-5.m +++ b/clang/test/CodeGenObjC/objc2-write-barrier-5.m @@ -1,8 +1,8 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s -// RUN: grep objc_assign_ivar %t | count 0 +// RUN: not grep objc_assign_ivar %t // RUN: grep objc_assign_strongCast %t | count 8 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s -// RUN: grep objc_assign_ivar %t | count 0 +// RUN: not grep objc_assign_ivar %t // RUN: grep objc_assign_strongCast %t | count 8 @interface TestUnarchiver |

