Skip to content

Commit d820fcf

Browse files
committed
Gardening: Migrate test suite to GH issues: CrossImport
1 parent b0fb7c5 commit d820fcf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/CrossImport/horrible.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import UnitaryGoose
1616
// expected-error@-1 {{cannot list cross-import overlays for 'UnitaryGoose':}}
1717

1818
// 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)
2021

2122
import FlockOfGoose
2223
// expected-error@-1 {{cannot load cross-import overlay for 'HorribleGoose' and 'FlockOfGoose':}}

test/CrossImport/remark-option.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-typecheck-verify-swift -enable-cross-import-overlays -Rcross-import -I %t/include -I %t/lib/swift -F %t/Frameworks
55

66
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)
910
import BystandingLibrary // expected-remark {{import of 'DeclaringLibrary' and 'BystandingLibrary' triggered a cross-import of '_OverlayLibrary'}}

0 commit comments

Comments
 (0)