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 af9a873 commit 131c0b6Copy full SHA for 131c0b6
Tests/ScipioKitTests/FrameworkModuleMapGeneratorTests.swift
@@ -73,7 +73,7 @@ framework module MyTarget {
73
}
74
75
@Test
76
- func generate_keepPublicHeadersStructure_withRelativePublicHeadersPath_is_true() async throws {
+ func generate_keepPublicHeadersStructure_is_true_withRelativePublicHeadersPath() async throws {
77
let outputDirectory = temporaryDirectory.appending(component: #function)
78
defer { try? fileSystem.removeFileTree(outputDirectory) }
79
0 commit comments