diff options
Diffstat (limited to 'js/test/Common/Worker.js')
-rw-r--r-- | js/test/Common/Worker.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/test/Common/Worker.js b/js/test/Common/Worker.js index 19e42a099f4..573e2e25451 100644 --- a/js/test/Common/Worker.js +++ b/js/test/Common/Worker.js @@ -56,7 +56,6 @@ self.onmessage = function(e) self.importScripts(f); } - runTest(test.name, test.language, test.defaultHost, test.protocol, test.testcases, Output).then( function(r) { |