From b8b522784c8d91b48186c54ce9ec328d34400afc Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 4 Sep 2014 10:44:36 -0700 Subject: [PATCH] Address CR feedback --- src/harness/rwcRunner.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {