Skip to content

Commit 76ffd60

Browse files
committed
spelling: nonexistent
Signed-off-by: Josh Soref <[email protected]>
1 parent ce183b5 commit 76ffd60

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)