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:
Alex Lorenz 2017-06-20 16:12:26 +00:00
parent 0656629b87
commit f6fb345a2e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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