forked from OSchip/llvm-project
Split the expectations in tests from r305719 over multiple lines to
enhance readability As suggested by Duncan Exon Smith! llvm-svn: 305803
This commit is contained in:
parent
0656629b87
commit
f6fb345a2e
|
@ -16,6 +16,9 @@
|
|||
mgr fileExistsAtPath:0
|
||||
} // expected-error {{expected ']'}}
|
||||
|
||||
@implementation ClassC // expected-error {{missing '@end'}} // expected-error {{expected '}'}} // expected-warning {{cannot find interface declaration for 'ClassC'}}
|
||||
@implementation ClassC // \
|
||||
// expected-error {{missing '@end'}} \
|
||||
// expected-error {{expected '}'}} \
|
||||
// expected-warning {{cannot find interface declaration for 'ClassC'}}
|
||||
|
||||
@end
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
mgr fileExistsAtPath:0
|
||||
} // expected-error {{expected ']'}}
|
||||
|
||||
@interface ClassC // expected-error {{missing '@end'}} // expected-error {{expected '}'}}
|
||||
@interface ClassC // \
|
||||
// expected-error {{missing '@end'}} \
|
||||
// expected-error {{expected '}'}}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue