Skip to content

Commit a3f3f70

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/private_import.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
@_private(sourceFile: "Array.swift") import Swift // expected-error {{module 'Swift' was not compiled for private import}}
66
@_private(sourceFile: "empty.swift") import empty // no-error
7-
@_private(sourceFile: "not_existing_file.swift") import empty // no-error
7+
@_private(sourceFile: "nonexistent_file.swift") import empty // no-error
88

99
@_private(sourceFile: "none") func foo() {} // expected-error {{@_private may only be used on 'import' declarations}} {{1-31=}}

0 commit comments

Comments
 (0)