mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Fix input file path
This commit is contained in:
parent
b5883e5f54
commit
73bb89f24f
@ -197,7 +197,7 @@ and grew 1cm per day`;
|
||||
|
||||
before(() => {
|
||||
// Use scanner.ts, decent size, does not change frequently
|
||||
const testFileName = "src/parser/scanner.ts";
|
||||
const testFileName = "src/compiler/scanner.ts";
|
||||
testContent = Harness.IO.readFile(testFileName)!;
|
||||
const totalChars = testContent.length;
|
||||
assert.isTrue(totalChars > 0, "Failed to read test file.");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user