]> granicus.if.org Git - clang/commitdiff
Split the expectations in tests from r305719 over multiple lines to
authorAlex Lorenz <arphaman@gmail.com>
Tue, 20 Jun 2017 16:12:26 +0000 (16:12 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 20 Jun 2017 16:12:26 +0000 (16:12 +0000)
enhance readability

As suggested by Duncan Exon Smith!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305803 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/objc-at-implementation-eof-crash.m
test/Parser/objc-at-interface-eof-crash.m

index 01469ecb119eac6234122174f6b658ff841db6a0..0dcece81795e4104706c10de13347d1ad8aaede4 100644 (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
index 7776838c9eb25fb5e0e59bd00a1204e74e55c757..485e810494bb563990e51f719d2256303ef8c4e3 100644 (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