Fix swift SIL exception

This commit is contained in:
kawoou
2019-04-05 13:36:03 +09:00
parent 06ea016fd7
commit 3c973689a4
8 changed files with 20 additions and 10 deletions

View File

@@ -117,7 +117,8 @@ final class LexerTests: XCTestCase {
}
func testPerformance() throws {
let path = Path(#file) + ".." + "fixtures" + "huge.html"
let basePath: String = #file
let path = Path(basePath) + ".." + "fixtures" + "huge.html"
let content: String = try path.read()
measure {