Chromium Code Reviews| Index: test/mjsunit/debug-function-scopes.js |
| diff --git a/test/mjsunit/debug-function-scopes.js b/test/mjsunit/debug-function-scopes.js |
| index ae95f9b97d6835a589359ebe01fd0fe0b722b92f..4a0809ab3328909b5cca1c3ea14a85b6ea7bd986 100644 |
| --- a/test/mjsunit/debug-function-scopes.js |
| +++ b/test/mjsunit/debug-function-scopes.js |
| @@ -87,7 +87,6 @@ var f3 = (function F1(invisible_parameter) { |
| var invisible2 = 2; |
| return (function F3() { |
| var visible2 = 20; |
| - var invisible2 = 3; |
| return (function () {return visible1 + visible2 + visible1a;}); |
| })(); |
| })(); |