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
9
9
struct Broken {
10
10
var b : Bool = True // expected-error{{cannot find 'True' in scope}}
11
11
}
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}}
15
15
struct Broken {
16
16
var b : Bool = True // expected-error{{impossible de trouver 'True' portée}}
17
17
}
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