Skip to content

Commit c7afdf3

Browse files
authored
Merge pull request swiftlang#32999 from mikeash/disable-emit-forward-modules
[Test] Disable ModuleInterface/emit-forward-modules.swift until it can be fixed.
2 parents 402ffeb + 8362ddd commit c7afdf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ModuleInterface/emit-forward-modules.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %empty-directory(%t/Foo.swiftmodule)
33
// RUN: %empty-directory(%t/ResourceDir/%target-sdk-name/prebuilt-modules/Foo.swiftmodule)
44
// RUN: echo "public func foo() {}" > %t/Foo.swift
5+
// REQUIRES: rdar65827276
56

67
import Foo
78

0 commit comments

Comments
 (0)