Remove unnecessary uses of let in harness.
The use of `let` is unnecessary here, particularly in a file that is needed to run any of the tests, even the ES5 tests. Removing it allows older engines to run older tests.
Please register or sign in to comment