We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e9ab3 commit 4e80eadCopy full SHA for 4e80ead
test/ModuleInterface/swift_build_sdk_interfaces/check-only-mode.swift
@@ -13,6 +13,8 @@
13
// CHECK-DAG: FMWK.swiftmodule
14
15
// RUN: %target-typecheck-verify-swift -sdk %t/sdk -Fsystem %t/sdk/System/Library/Frameworks -I %t/sdk/usr/lib/swift/ -module-cache-path %t/MCP -prebuilt-module-cache-path %t/prebuilt
16
+// RUN: ls %t/MCP/*.swiftmodule
17
+// RUN: cat %t/MCP/*.swiftmodule
18
// RUN: %{python} %S/../ModuleCache/Inputs/check-is-forwarding-module.py %t/MCP/*.swiftmodule
19
20
// Touch a file in the SDK (to make it look like it changed) and try again.
0 commit comments