diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 01:10:57 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 01:10:57 +0000 |
commit | 984152f34b50aa9e00fa809d6e7662442bb8206d (patch) | |
tree | d6afee413baac5e523b6b23da0ac85ec2f8440ac | |
parent | bbea7168326d810eff18dfb8bc43c7790fd55010 (diff) |
Modify test to be darwin specific.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101109 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/objc-gc-aggr-assign.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc-gc-aggr-assign.m b/test/CodeGenObjC/objc-gc-aggr-assign.m index e127242df2..7775e18731 100644 --- a/test/CodeGenObjC/objc-gc-aggr-assign.m +++ b/test/CodeGenObjC/objc-gc-aggr-assign.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s // RUN: grep objc_memmove_collectable %t | grep call | count 3 static int count; |