diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-25 14:07:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-25 14:07:11 -0700 |
commit | 3832d865fa1f43c8ee4a855bf7eb40137ffb0e01 (patch) | |
tree | 0af1fe0755ab10f147a2da353ffba82aeb18beda /tools | |
parent | 285e3b69a4939efb041130f02647b39f6096d398 (diff) |
test fix
Diffstat (limited to 'tools')
-rw-r--r-- | tools/eliminator/eliminator-test-output.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/eliminator/eliminator-test-output.js b/tools/eliminator/eliminator-test-output.js index 992c0045..bf04dd4c 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -66,9 +66,6 @@ function g(a1, a2) { foo(c); foo(2); for (var i = 0; i < 5; i++) { - var q = { - a: 1 - } + [ 2, 3 ]; } for (var iterator in SOME_GLOBAL) { quux(iterator); |