File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ import UnitaryGoose
16
16
// expected-error@-1 {{cannot list cross-import overlays for 'UnitaryGoose':}}
17
17
18
18
// FIXME: It might be better to diagnose these errors on HorribleGoose's import
19
- // decl, since they actually belong to HorribleGoose. (SR-12223)
19
+ // decl, since they actually belong to HorribleGoose.
20
+ // (https://github.com/apple/swift/issues/54649)
20
21
21
22
import FlockOfGoose
22
23
// expected-error@-1 {{cannot load cross-import overlay for 'HorribleGoose' and 'FlockOfGoose':}}
Original file line number Diff line number Diff line change 4
4
// RUN: %target-typecheck-verify-swift -enable-cross-import-overlays -Rcross-import -I %t/include -I %t/lib/swift -F %t/Frameworks
5
5
6
6
import DeclaringLibrary
7
- // FIXME: Similarly to horrible.swift, ideally we would emit this remark on DeclaringLibrary
8
- // decl, since the cross-import overlay actually belongs to the DeclaringLibrary. (SR-12223)
7
+ // FIXME: Similarly to horrible.swift, ideally we would emit this remark on
8
+ // DeclaringLibrary decl, since the cross-import overlay actually belongs to
9
+ // the DeclaringLibrary. (https://github.com/apple/swift/issues/54649)
9
10
import BystandingLibrary // expected-remark {{import of 'DeclaringLibrary' and 'BystandingLibrary' triggered a cross-import of '_OverlayLibrary'}}
You can’t perform that action at this time.
0 commit comments