diff --git a/test/CrossImport/remark-option.swift b/test/CrossImport/remark-option.swift index 571b839e51cc9..820fd287017b2 100644 --- a/test/CrossImport/remark-option.swift +++ b/test/CrossImport/remark-option.swift @@ -4,6 +4,6 @@ // RUN: %target-typecheck-verify-swift -enable-cross-import-overlays -Rcross-import -I %t/include -I %t/lib/swift -F %t/Frameworks import DeclaringLibrary -// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DelcaringLibrary +// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DeclaringLibrary // decl, since the cross-import overlay actually belongs to the DeclaringLibrary. (SR-12223) import BystandingLibrary // expected-remark {{import of 'DeclaringLibrary' and 'BystandingLibrary' triggered a cross-import of '_OverlayLibrary'}}