Skip to content

Commit b8b5227

Browse files
committed
Address CR feedback
1 parent 0aba039 commit b8b5227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/harness/rwcRunner.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ module RWC {
8888
}
8989
});
9090

91-
// do not use lib since we shouldnt be reading any files that arent in the ioLog
92-
opts.options.noLib = false;
91+
// do not use lib since we already read it in above
92+
opts.options.noLib = true;
9393

9494
// Emit the results
9595
harnessCompiler.compileFiles(inputFiles, otherFiles, compileResult => {

0 commit comments

Comments
 (0)