Skip to content

Commit 1d7a223

Browse files
authored
Merge pull request #58601 from jsoref/spelling-test-diagnostics
spelling: nonexistent
2 parents 7042fb5 + 76ffd60 commit 1d7a223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/diagnostics/Localization/no_localization_files_and_wrong_path.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %target-typecheck-verify-swift -localization-path /Not_exsisting_path -locale en
1+
// RUN: %target-typecheck-verify-swift -localization-path /Nonexistent_path -locale en
22

3-
// <unknown>:0: warning: cannot find translations for 'en' at '/Not_exsisting_path/en.yaml': no such file
4-
// <unknown>:0: warning: specified localization directory '/Not_exsisting_path' does not exist, translation is disabled
3+
// <unknown>:0: warning: cannot find translations for 'en' at '/Nonexistent_path/en.yaml': no such file
4+
// <unknown>:0: warning: specified localization directory '/Nonexistent_path' does not exist, translation is disabled
55

66
_ = "HI!
77
// expected-error@-1{{unterminated string literal}}

0 commit comments

Comments
 (0)