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.
2 parents 11445b5 + 53e8cb7 commit 1dba749Copy full SHA for 1dba749
Tests/dep/FunctionalBuildTests.swift
@@ -70,7 +70,7 @@ class FunctionalBuildTests: XCTestCase, XCTestCaseProvider {
70
71
func verifyFilesExist(files: [String], fixturePath: String) -> Bool {
72
for file in files {
73
- let name = fixturePath.characters.split("/").map(String.init).last!
+ let name = fixturePath.basename
74
let filePath: String
75
switch file {
76
// Target (library) not in subfolder
0 commit comments