aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/protocol-implementation-inherited.m
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-22 00:43:08 +0000
committerMike Stump <mrs@apple.com>2009-07-22 00:43:08 +0000
commitd1969d803cfcc65f1c334df4cc89c7fdd33ee4c9 (patch)
tree38190e8ec425fd224704ed136bc0dc26470f3af0 /test/SemaObjC/protocol-implementation-inherited.m
parentcf1831204b2b575fc57b851172f0426559ae482c (diff)
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjC/protocol-implementation-inherited.m')
-rw-r--r--test/SemaObjC/protocol-implementation-inherited.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-implementation-inherited.m b/test/SemaObjC/protocol-implementation-inherited.m
index 1aace211c8..55b92ae668 100644
--- a/test/SemaObjC/protocol-implementation-inherited.m
+++ b/test/SemaObjC/protocol-implementation-inherited.m
@@ -26,7 +26,7 @@
@end
@implementation B1
--foo {};
+-foo { return 0; };
@end
// Interface conforms to a protocol whose methods are provided by an