File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/diagnostics/Localization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ var self1 = self1
99struct Broken {
1010 var b : Bool = True // expected-error{{cannot find 'True' in scope}}
1111}
12- var v1 : Int[1 // expected-error {{expected ']' in array type}} expected-note {{to match this opening '['}}
12+ var v1 : Int[1 // expected-error {{expected ']' in array type}} expected-note {{to match this opening '['}}
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ var self1 = self1 // expected-note 2{{through reference here}}
1515struct Broken {
1616 var b : Bool = True // expected-error{{impossible de trouver 'True' portée}}
1717}
18- var v1 : Int[1 // expected-error {{expected ']' in array type}} expected-note {{to match this opening '['}}
18+ var v1 : Int[1 // expected-error {{expected ']' in array type}} expected-note {{to match this opening '['}}
You can’t perform that action at this time.
0 commit comments