diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-05-11 18:48:13 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-05-11 18:48:13 +0000 |
commit | f7ba3208a30d77a6d32d66f26737f78cdbf61c64 (patch) | |
tree | 004572d614d24ad46dac2498a241f6664f22913c | |
parent | 6a047c979f4245644b0c6159eb9b14a896dc13e6 (diff) | |
download | llvm-f7ba3208a30d77a6d32d66f26737f78cdbf61c64.zip llvm-f7ba3208a30d77a6d32d66f26737f78cdbf61c64.tar.gz llvm-f7ba3208a30d77a6d32d66f26737f78cdbf61c64.tar.bz2 |
Fix test.
llvm-svn: 103487
-rw-r--r-- | clang/test/CodeGenObjC/property-complex.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/property-complex.m b/clang/test/CodeGenObjC/property-complex.m index 59200eb..071d0b1 100644 --- a/clang/test/CodeGenObjC/property-complex.m +++ b/clang/test/CodeGenObjC/property-complex.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -S -o - %s -// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s +// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o %t %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s @interface I0 { @public |