diff options
-rw-r--r-- | test/CodeGenObjC/synthesize_ivar.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/synthesize_ivar.m b/test/CodeGenObjC/synthesize_ivar.m index fcc67f8711..8999691fe1 100644 --- a/test/CodeGenObjC/synthesize_ivar.m +++ b/test/CodeGenObjC/synthesize_ivar.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -arch x86_64 -emit-llvm -o %t %s +// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s @interface I { |