commit | ee28a4be624c875e1a3ad08e84f17841117897a1 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Sat Oct 22 01:56:45 2011 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Sat Oct 22 01:56:45 2011 +0000 |
tree | cd3b4e99073a7c52cb0e101eaf128904121e6462 | |
parent | 7fda400103a5ae21fdc5f31b07c69cf60737cb29 [diff] [blame] |
Fixes a minor hick up to my last patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142711 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/method-attributes.m b/test/SemaObjC/method-attributes.m index f7f647b..a560e74 100644 --- a/test/SemaObjC/method-attributes.m +++ b/test/SemaObjC/method-attributes.m
@@ -20,7 +20,7 @@ @end @implementation INTF -- (int) foo: (int)arg1 __attribute__((deprecated)){ +- (int) foo: (int)arg1 __attribute__((deprecated)){ // expected-warning {{method attribute can only be specified}} return 10; } - (int) foo1: (int)arg1 {