We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff95731 commit bfdb2d0Copy full SHA for bfdb2d0
1 file changed
src/harness/compilerRunner.ts
@@ -66,7 +66,7 @@ class CompilerBaselineRunner extends RunnerBase {
66
const content = Harness.IO.readFile(fileName);
67
const testCaseContent = Harness.TestCaseParser.makeUnitsFromTest(content, fileName);
68
const units = testCaseContent.testUnitData;
69
- const tcSettings = testCaseContent.settings;
+ tcSettings = testCaseContent.settings;
70
lastUnit = units[units.length - 1];
71
const rootDir = lastUnit.originalFilePath.indexOf("conformance") === -1 ? "tests/cases/compiler/" : lastUnit.originalFilePath.substring(0, lastUnit.originalFilePath.lastIndexOf("/")) + "/";
72
// 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