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 0740be5 commit 348c08dCopy full SHA for 348c08d
Tests/BuildTests/PrepareForIndexTests.swift
@@ -61,6 +61,8 @@ class PrepareForIndexTests: XCTestCase {
61
XCTAssertFalse(toolSwiftc.otherArguments.contains("-experimental-skip-all-function-bodies"))
62
63
// Make sure only object files for tools are built
64
- XCTAssertTrue(outputs.filter({ $0.hasSuffix(".o") }).allSatisfy({ $0.contains("-tool.build/")}))
+ XCTAssertTrue(outputs.filter({ $0.hasSuffix(".o") }).allSatisfy({ $0.contains("-tool.build/")}),
65
+ "outputs:\n\t\(outputs.filter({ $0.hasSuffix(".o") }).joined(separator: "\n\t"))"
66
+ )
67
}
68
0 commit comments