diff --git a/src/harness/rwcRunner.ts b/src/harness/rwcRunner.ts index 43c0722af90..93d003bf4db 100644 --- a/src/harness/rwcRunner.ts +++ b/src/harness/rwcRunner.ts @@ -88,8 +88,8 @@ module RWC { } }); - // do not use lib since we shouldnt be reading any files that arent in the ioLog - opts.options.noLib = false; + // do not use lib since we already read it in above + opts.options.noLib = true; // Emit the results harnessCompiler.compileFiles(inputFiles, otherFiles, compileResult => {