diff options
Diffstat (limited to 'js/test/Common/Worker.js')
-rw-r--r-- | js/test/Common/Worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/Worker.js b/js/test/Common/Worker.js index eb79ba401ad..19e42a099f4 100644 --- a/js/test/Common/Worker.js +++ b/js/test/Common/Worker.js @@ -44,7 +44,7 @@ self.onmessage = function(e) self.importScripts("/test/Common/TestRunner.js"); for(var i = 0; i < test.files.length; ++i) { - var f = test.files[i] + var f = test.files[i]; if(f.indexOf("/") === -1) { f = "/test/" + test.name + "/" + f; |