Fix input file path

This commit is contained in:
Ryan Cavanaugh 2018-06-13 14:00:37 -07:00
parent b5883e5f54
commit 73bb89f24f

View File

@ -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.");