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 | 97ea867690314be089744a52931b42a7f6a291a1 (patch) | |
| tree | 4c54cfa14e84fced5cc4047028141521d1f5a2e2 /clang/test/CodeGenObjC | |
| parent | 3ab3b5e17a6880b582f86e65ccab352de2d5a362 (diff) | |
| download | bcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.tar.gz bcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.zip | |
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. :)
llvm-svn: 77062
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/debug-info-linkagename.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/messages.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/property-setter-attr.m | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-linkagename.m b/clang/test/CodeGenObjC/debug-info-linkagename.m index bda98eec49b..730568954cb 100644 --- a/clang/test/CodeGenObjC/debug-info-linkagename.m +++ b/clang/test/CodeGenObjC/debug-info-linkagename.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -g -S -o %t %s +// RUN: clang-cc -g -S -o %t %s && // RUN: not grep 001 %t @interface F diff --git a/clang/test/CodeGenObjC/messages.m b/clang/test/CodeGenObjC/messages.m index f9b9be6e11a..3a0c4ef26d1 100644 --- a/clang/test/CodeGenObjC/messages.m +++ b/clang/test/CodeGenObjC/messages.m @@ -3,7 +3,7 @@ // RUN: clang-cc -fgnu-runtime --emit-llvm -o %t %s && // RUN: grep "objc_msg_lookup" %t | count 6 && // RUN: clang-cc -fgnu-runtime -fobjc-sender-dependent-dispatch --emit-llvm -o %t %s && -// RUN: grep "objc_msg_lookup_sender" %t | count 6 +// RUN: grep "objc_msg_lookup_sender" %t | count 6 && // RUN: true typedef struct { diff --git a/clang/test/CodeGenObjC/property-setter-attr.m b/clang/test/CodeGenObjC/property-setter-attr.m index 390392415d7..5f0edf8271e 100644 --- a/clang/test/CodeGenObjC/property-setter-attr.m +++ b/clang/test/CodeGenObjC/property-setter-attr.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s +// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s && // RUN: grep -e "SiSetOtherThings:" %t @interface A |

