commit | 146a458ad4f30c14cf7353137503ec9d5f225d2a | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Mar 13 00:43:34 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Mar 13 00:43:34 2009 +0000 |
tree | 622bfbf9c4a564e072e9f956e33e89b430261fdd | |
parent | 0d02c8f175efaf8c1f9d49b6dbd890e37ed99d4a [diff] [blame] |
Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66856 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/objc2-strong-cast.m b/test/CodeGenObjC/objc2-strong-cast.m index acc5d3f..60fd373 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;