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 9cd5310 commit 73cb4eaCopy full SHA for 73cb4ea
Tests/SwiftDriverTests/SwiftDriverTests.swift
@@ -8495,7 +8495,7 @@ final class SwiftDriverTests: XCTestCase {
8495
try localFileSystem.createDirectory(moduleCachePath)
8496
let one = path.appending(component: "one.swift")
8497
let two = path.appending(component: "needs to escape spaces.swift")
8498
- let three = path.appending(component: #"another"one.swift"#)
+ let three = path.appending(component: "another'one.swift")
8499
let four = path.appending(component: "4.swift")
8500
try localFileSystem.writeFileContents(one, bytes:
8501
"""
0 commit comments