Skip to content

Commit c673a07

Browse files
committed
[test] fix typo correction
Reverses the change done to this file in 4c5a13a. It seems like this is an unstable diagnostic.
1 parent ce1adf9 commit c673a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/typo_correction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import NoSuchModule
1010

1111
// This is close enough to get typo-correction.
1212
func test_short_and_close() {
13-
let plop = 4 // expected-note {{did you mean 'plop'?}}
13+
let plop = 4 // expected-note {{'plop' declared here}}
1414
let bab = plob + 1
1515
// expected-error@-1 {{cannot find 'plob' in scope}}
1616
}

0 commit comments

Comments
 (0)