Skip to content

Commit 386f6d6

Browse files
authored
Merge pull request #29965 from compnerd/29582-1
test: fix for Windows
2 parents 646a3e2 + bbbdf14 commit 386f6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CrossImport/horrible.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ import HorribleGoose
1313
//
1414

1515
import UnitaryGoose
16-
// expected-error@-1 {{cannot list cross-import overlays for 'UnitaryGoose': Not a directory}}
16+
// 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
1919
// decl, since they actually belong to HorribleGoose. (SR-12223)
2020

2121
import FlockOfGoose
22-
// expected-error@-1 {{cannot load cross-import overlay for 'HorribleGoose' and 'FlockOfGoose': Is a directory}}
22+
// expected-error@-1 {{cannot load cross-import overlay for 'HorribleGoose' and 'FlockOfGoose':}}
2323

2424
import GibberishGoose
2525
// expected-error@-1 {{cannot load cross-import overlay for 'HorribleGoose' and 'GibberishGoose': not a mapping}}

0 commit comments

Comments
 (0)