Skip to content

Commit bfdb2d0

Browse files
committed
and somehow all that caused was a lint error
1 parent ff95731 commit bfdb2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/harness/compilerRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CompilerBaselineRunner extends RunnerBase {
6666
const content = Harness.IO.readFile(fileName);
6767
const testCaseContent = Harness.TestCaseParser.makeUnitsFromTest(content, fileName);
6868
const units = testCaseContent.testUnitData;
69-
const tcSettings = testCaseContent.settings;
69+
tcSettings = testCaseContent.settings;
7070
lastUnit = units[units.length - 1];
7171
const rootDir = lastUnit.originalFilePath.indexOf("conformance") === -1 ? "tests/cases/compiler/" : lastUnit.originalFilePath.substring(0, lastUnit.originalFilePath.lastIndexOf("/")) + "/";
7272
// We need to assemble the list of input files for the compiler and other related files on the 'filesystem' (ie in a multi-file test)

0 commit comments

Comments
 (0)