File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %empty-directory(%t/Foo.swiftmodule)
3
3
// RUN: %empty-directory(%t/ResourceDir/%target-sdk-name/prebuilt-modules/Foo.swiftmodule)
4
4
// RUN: echo "public func foo() {}" > %t/Foo.swift
5
- // REQUIRES: rdar65827276
6
5
7
6
import Foo
8
7
@@ -20,7 +19,7 @@ import Foo
20
19
// RUN: %{python} %S/ModuleCache/Inputs/check-is-forwarding-module.py %t/Foo-from-interface.swiftmodule
21
20
22
21
// 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
24
23
25
24
// 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
26
25
You can’t perform that action at this time.
0 commit comments