diff options
Diffstat (limited to 'test/ARCMT/with-arc-mode-check.m')
-rw-r--r-- | test/ARCMT/with-arc-mode-check.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ARCMT/with-arc-mode-check.m b/test/ARCMT/with-arc-mode-check.m deleted file mode 100644 index 33f31f522a58..000000000000 --- a/test/ARCMT/with-arc-mode-check.m +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %clang_cc1 -arcmt-check -fsyntax-only -fobjc-arc -x objective-c %s - -@protocol NSObject -- (oneway void)release; -@end - -void test1(id p) { - [p release]; -} |