diff --git a/js/tests/ecma_3/shell.js b/js/tests/ecma_3/shell.js index 1276f64bd59..cbc4069fadc 100644 --- a/js/tests/ecma_3/shell.js +++ b/js/tests/ecma_3/shell.js @@ -40,8 +40,8 @@ function reportFailure (msg) var funcName = currentFunc(); var prefix = (funcName) ? "[reported from " + funcName + "] ": ""; - for (l in lines) - print (FAILED + prefix + lines[l]); + for (var i=0; i