Merge pull request #9035 from weswigham/patch-6

Remove Completed TODO
This commit is contained in:
Wesley Wigham 2016-06-08 16:00:41 -07:00
commit 454ab50851

View File

@ -1692,6 +1692,3 @@ namespace Harness {
if (Error) (<any>Error).stackTraceLimit = 1;
}
// TODO: not sure why Utils.evalFile isn't working with this, eventually will concat it like old compiler instead of eval
eval(Harness.tcServicesFile);