| commit | c21ba96566316fd0196cf735634089a663c1da07 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Thu May 20 18:22:28 2010 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Thu May 20 18:22:28 2010 +0000 |
| tree | 335bd20843c3083e45f5b6fd4b0decb53c704f29 | |
| parent | 0454f657ce3648fd5c911ac33acdbd140e17a883 [diff] [blame] |
More Objective-C++ GC tests. llvm-svn: 104253
diff --git a/clang/test/CodeGenObjC/objc2-strong-cast.m b/clang/test/CodeGenObjC/objc2-strong-cast.m index 9ef463c..7291c4e 100644 --- a/clang/test/CodeGenObjC/objc2-strong-cast.m +++ b/clang/test/CodeGenObjC/objc2-strong-cast.m
@@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s +// RUN: %clang_cc1 -x objective-c++ -fobjc-gc -emit-llvm -o %t %s @interface I { __attribute__((objc_gc(strong))) signed long *_documentIDs;