fix typo in *all* of the test cases

llvm-svn: 126328
This commit is contained in:
Matt Beaumont-Gay 2011-02-23 19:40:41 +00:00
parent 006cdae008
commit b7edc188e2
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@
- (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on parameter type in implementation of 'doStuff:'}}
- (bycopy id)Ok { return 0; }
+ (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting distributed object modifiers on return type in implementation of 'stillMore::'}} \
// expected-warning 2{{conflicting distributed object modifiers on patameter type in implementation of 'stillMore::'}}
// expected-warning 2{{conflicting distributed object modifiers on parameter type in implementation of 'stillMore::'}}
@end