Skip to content

Commit 38c9919

Browse files
fix SymbolGraph/EmitWhileBuilding output map
the new driver fails when running this test, because the file map and the command-line specify the same module output for both the individual swift file and the module as a whole
1 parent 257a8ef commit 38c9919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SymbolGraph/Inputs/EmitWhileBuilding.output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"EmitWhileBuilding.swift": {
66
"object": "./EmitWhileBuilding.o",
7-
"swiftmodule": "./EmitWhileBuilding.swiftmodule",
7+
"swiftmodule": "./EmitWhileBuilding_partial.swiftmodule",
88
"dependencies": "./EmitWhileBuilding.d",
99
"swift-dependencies": "./EmitWhileBuilding.swiftdeps"
1010
}

0 commit comments

Comments
 (0)