forked from OSchip/llvm-project
Fix test containing backslash and newline separated by space
This was silently accepted by clang without warning due to a lexer bug. llvm-svn: 197330
This commit is contained in:
parent
c26b68a94f
commit
099b0d3741
|
@ -15,6 +15,6 @@
|
|||
@interface IBImageCatalogDocument : NSObject <DVTInvalidation>
|
||||
@end
|
||||
|
||||
@implementation IBImageCatalogDocument // expected-warning {{auto property synthesis will not synthesize property 'Prop' declared in protocol 'DVTInvalidation'}} \
|
||||
@implementation IBImageCatalogDocument // expected-warning {{auto property synthesis will not synthesize property 'Prop' declared in protocol 'DVTInvalidation'}} \
|
||||
// expected-warning {{method 'invalidate' in protocol 'DVTInvalidation' not implemented}}
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue