[test] fix typo correction

Reverses the change done to this file in 4c5a13a63e.

It seems like this is an unstable diagnostic.
This commit is contained in:
Guillaume Lessard
2025-02-12 07:13:58 -08:00
parent ce1adf91c3
commit c673a07ff1

View File

@@ -10,7 +10,7 @@ import NoSuchModule
// This is close enough to get typo-correction. // This is close enough to get typo-correction.
func test_short_and_close() { func test_short_and_close() {
let plop = 4 // expected-note {{did you mean 'plop'?}} let plop = 4 // expected-note {{'plop' declared here}}
let bab = plob + 1 let bab = plob + 1
// expected-error@-1 {{cannot find 'plob' in scope}} // expected-error@-1 {{cannot find 'plob' in scope}}
} }