Update RWC runner

This commit is contained in:
Kanchalai Tanglertsampan 2017-06-29 16:55:46 -07:00
parent 0ffbb75503
commit 2e13c3a7a6

View file

@ -1,4 +1,4 @@
/// <reference path="harness.ts"/>
/// <reference path="harness.ts"/>
/// <reference path="runnerbase.ts" />
/// <reference path="loggedIO.ts" />
/// <reference path="..\compiler\commandLineParser.ts"/>
@ -215,6 +215,7 @@ namespace RWC {
if (compilerResult.errors.length === 0) {
return null;
}
const declFileCompilationResult = Harness.Compiler.compileDeclarationFiles(
inputFiles, otherFiles, compilerResult, /*harnessSettings*/ undefined, compilerOptions, currentDirectory);