Skip to content

Commit 5a0ae4a

Browse files
committed
Remove Long-Done TODO
AFAIK, the harness sources have been concatenated into `run.js` for as long as I've known. This stops executing them twice (and in turn makes debugging tests much easier, since you no longer have to debug into eval'd code).
1 parent 17b5415 commit 5a0ae4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/harness/harness.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,3 @@ namespace Harness {
16921692

16931693
if (Error) (<any>Error).stackTraceLimit = 1;
16941694
}
1695-
1696-
// TODO: not sure why Utils.evalFile isn't working with this, eventually will concat it like old compiler instead of eval
1697-
eval(Harness.tcServicesFile);

0 commit comments

Comments
 (0)