aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-03-13 00:43:34 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-03-13 00:43:34 +0000
commit146a458ad4f30c14cf7353137503ec9d5f225d2a (patch)
tree622bfbf9c4a564e072e9f956e33e89b430261fdd
parent0d02c8f175efaf8c1f9d49b6dbd890e37ed99d4a (diff)
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66856 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/objc2-strong-cast.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-strong-cast.m b/test/CodeGenObjC/objc2-strong-cast.m
index acc5d3f981..60fd37392a 100644
--- a/test/CodeGenObjC/objc2-strong-cast.m
+++ b/test/CodeGenObjC/objc2-strong-cast.m
@@ -1,4 +1,4 @@
-// RUN: clang -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -fobjc-gc -emit-llvm -o %t %s
@interface I {
__attribute__((objc_gc(strong))) signed long *_documentIDs;