diff options
Diffstat (limited to 'test/CodeGenObjC/ivars.m')
-rw-r--r-- | test/CodeGenObjC/ivars.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/ivars.m b/test/CodeGenObjC/ivars.m index 327b628532e17..c7fcafd5353d3 100644 --- a/test/CodeGenObjC/ivars.m +++ b/test/CodeGenObjC/ivars.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -o - %s && +// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -o - %s // RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -o - %s // rdar://6800926 |