diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-03-13 00:43:34 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-03-13 00:43:34 +0000 |
commit | 146a458ad4f30c14cf7353137503ec9d5f225d2a (patch) | |
tree | 622bfbf9c4a564e072e9f956e33e89b430261fdd | |
parent | 0d02c8f175efaf8c1f9d49b6dbd890e37ed99d4a (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.m | 2 |
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; |