Skip to content

Commit 65da71a

Browse files
[tests] Add new line to the end of the files
1 parent 8665e0c commit 65da71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/diagnostics/Localization/en_localization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ var self1 = self1
99
struct 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 '['}}

test/diagnostics/Localization/fr_localization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ var self1 = self1 // expected-note 2{{through reference here}}
1515
struct 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 '['}}

0 commit comments

Comments
 (0)