aboutsummaryrefslogtreecommitdiff
path: root/test/ARCMT/with-arc-mode-modify.m.result
diff options
context:
space:
mode:
Diffstat (limited to 'test/ARCMT/with-arc-mode-modify.m.result')
-rw-r--r--test/ARCMT/with-arc-mode-modify.m.result12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/ARCMT/with-arc-mode-modify.m.result b/test/ARCMT/with-arc-mode-modify.m.result
deleted file mode 100644
index b847c13f6b4c..000000000000
--- a/test/ARCMT/with-arc-mode-modify.m.result
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: cat %s > %t
-// RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
-// RUN: diff %t %s.result
-// RUN: rm %t
-
-@protocol NSObject
-- (oneway void)release;
-@end
-
-void test1(id p) {
-}