mirror of
https://github.com/coteditor/CotEditor.git
synced 2024-11-13 09:04:43 +03:00
Replace #file with #filePath
This commit is contained in:
parent
0cb7b4baeb
commit
1a9e16f792
@ -98,7 +98,7 @@ private extension XCTestCase {
|
||||
/// Path to the test directory in package.
|
||||
var testDirectory: URL {
|
||||
|
||||
return URL(fileURLWithPath: #file)
|
||||
return URL(fileURLWithPath: #filePath)
|
||||
.deletingLastPathComponent()
|
||||
.deletingLastPathComponent()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user