Fix test.

llvm-svn: 66856
This commit is contained in:
Fariborz Jahanian 2009-03-13 00:43:34 +00:00
parent 4d4d2277a9
commit 54e6d924ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;