Skip to content

Commit 7b14c1d

Browse files
authored
Merge pull request swiftlang#33004 from nkcsgexi/65827276
test: fix ModuleInterface/emit-forward-modules.swift
2 parents 7a5f525 + 1b40abd commit 7b14c1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ModuleInterface/emit-forward-modules.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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
65

76
import Foo
87

@@ -20,7 +19,7 @@ import Foo
2019
// RUN: %{python} %S/ModuleCache/Inputs/check-is-forwarding-module.py %t/Foo-from-interface.swiftmodule
2120

2221
// Step 4: given the stale adjacent binary module as a candidate, building a module from the interface should give us a binary module
23-
// RUN: touch %t/Foo.swiftmodule/%target-swiftinterface-name
22+
// RUN: echo "// some comments" >> %t/Foo.swiftmodule/%target-swiftinterface-name
2423

2524
// RUN: %target-swift-frontend -compile-module-from-interface %t/Foo.swiftmodule/%target-swiftinterface-name -o %t/Foo-from-interface.swiftmodule -module-name Foo -candidate-module-file %t/Foo.swiftmodule/%target-swiftmodule-name
2625

0 commit comments

Comments
 (0)