Skip to content

Commit 2e8db80

Browse files
Merge pull request #3388 from practicalswift/remove-path-to-blangmuirs-home-directory
[gardening] Remove path to Ben Langmuir's home directory :-)
2 parents 1896be2 + 35ee9c8 commit 2e8db80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/stmt/if_while_var.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class D : B {}// expected-note * {{did you mean 'D'?}}
2828
if let {} // expected-error {{expected '{' after 'if' condition}} expected-error {{pattern matching in a condition requires the 'case' keyword}}
2929
if let x = {} // expected-error{{'{' after 'if'}} expected-error {{variable binding in a condition requires an initializer}} expected-error{{initializer for conditional binding must have Optional type, not '() -> ()'}}
3030

31-
/Users/blangmuir/src/s/swift/test/stmt/if_while_var.swift
32-
3331
if let x = foo() {
3432
} else {
3533
// TODO: more contextual error? "x is only available on the true branch"?

0 commit comments

Comments
 (0)