Skip to content

Commit 3ddffef

Browse files
committed
[test] adds missing new line at the end of test file
1 parent 5a8e1fa commit 3ddffef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/var/properties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,4 +1305,4 @@ class SR_9267_C {
13051305

13061306
class SR_9267_C2 {
13071307
let SR_9267_prop_3: Int = { return 0 } // expected-error {{function produces expected type 'Int'; did you mean to call it with '()'?}} // expected-note {{Remove '=' to make 'SR_9267_prop_3' a computed property}}{{3-6=var}}{{27-29=}}
1308-
}
1308+
}

0 commit comments

Comments
 (0)