Revert "Replace #file with #filePath"

This reverts commit 1a9e16f792.
This commit is contained in:
1024jp 2020-08-21 18:46:45 +09:00
parent 39e66eda16
commit b7d9f0e608

View File

@ -98,7 +98,7 @@ private extension XCTestCase {
/// Path to the test directory in package.
var testDirectory: URL {
return URL(fileURLWithPath: #filePath)
return URL(fileURLWithPath: #file)
.deletingLastPathComponent()
.deletingLastPathComponent()
}