Skip to content

Commit 1a7b23c

Browse files
committed
Disable availability checking in cross-module-typealias.swift to avoid errors about using some types when they might be unavailable.
1 parent 7655b48 commit 1a7b23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/cross-module-typealias.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// RUN: %target-swift-emit-module-interface(%t/Aliases.swiftinterface) %t/Aliases.swift -I %t
88
// RUN: %target-swift-typecheck-module-from-interface(%t/Aliases.swiftinterface) -I %t
99

10-
// RUN: %target-swift-emit-module-interface(%t/UsesAliases.swiftinterface) %t/UsesAliases.swift -I %t
10+
// RUN: %target-swift-emit-module-interface(%t/UsesAliases.swiftinterface) %t/UsesAliases.swift -I %t -disable-availability-checking
1111
// TODO: enable verification of UsesAliases.swiftinterface (rdar://91447971)
1212
// RUN/: %target-swift-typecheck-module-from-interface(%t/UsesAliases.swiftinterface) -I %t
1313

0 commit comments

Comments
 (0)