summaryrefslogtreecommitdiff
path: root/tests/test_loop.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_loop.js')
-rw-r--r--tests/test_loop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_loop.js b/tests/test_loop.js
index d387cad..50e2122 100644
--- a/tests/test_loop.js
+++ b/tests/test_loop.js
@@ -149,7 +149,7 @@ function test_for_in()
function test_for_in2()
{
- var i;
+ var i, tab;
tab = [];
for(i in {x:1, y: 2, z:3}) {
if (i === "y")