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 ff08ca3 commit a94c0bcCopy full SHA for a94c0bc
Tests/TestingTests/Support/FileHandleTests.swift
@@ -213,7 +213,7 @@ struct FileHandleTests {
213
#expect(Environment.setVariable("Q:", named: "SYSTEMDRIVE"))
214
#expect(rootDirectoryPath == #"Q:\"#)
215
216
- #expect(Environment.setVariable("Q:\abc123", named: "SYSTEMDRIVE"))
+ #expect(Environment.setVariable(#"Q:\abc123"#, named: "SYSTEMDRIVE"))
217
#expect(rootDirectoryPath == #"Q:\abc123\"#)
218
}
219
#endif
0 commit comments