Skip to content

Commit e80b965

Browse files
authored
Merge pull request swiftlang#24996 from apple/update-parseableinterface-tests
2 parents 476b2bb + 8daa034 commit e80b965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ParseableInterface/ModuleCache/prebuilt-module-cache-forwarding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: %{python} %S/Inputs/check-is-forwarding-module.py %t/MCP/Lib-*.swiftmodule
1515

1616
// Now invalidate a dependency of the prebuilt module, and make sure the forwarding file is replaced with a real module.
17-
// RUN: touch %t/Lib.swiftinterface
17+
// RUN: %{python} %S/Inputs/make-old.py %t/Lib.swiftinterface
1818
// RUN: not %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP -sdk %S/Inputs -I %S/Inputs/prebuilt-module-cache/ -prebuilt-module-cache-path %t/prebuilt-cache %s 2>&1 | %FileCheck -check-prefix=FROM-INTERFACE %s
1919

2020
// Delete the cached module we just created, and create the forwarding module again

0 commit comments

Comments
 (0)