Skip to content

Commit c724279

Browse files
committed
Remove corsa derived hack
1 parent 2b99fa9 commit c724279

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/harness/harnessIO.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ export namespace Compiler {
379379
// Files from tests\lib that are requested by "@libFiles"
380380
if (options.libFiles) {
381381
for (const fileName of options.libFiles.split(",")) {
382-
if (fileName === "lib.d.ts" && !options.noLib) {
383-
// Hack from Corsa.
384-
continue;
385-
}
386382
programFileNames.push(vpath.combine(vfs.testLibFolder, fileName));
387383
}
388384
}

0 commit comments

Comments
 (0)