| Index: test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-let-semantics-sloppy.js b/test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| index 4a90a2fcd8ec3e6783e2256a1dc1c241ba4e7438..e62c2040a3dec30f167e8cbd6a2d558a2238c13d 100644
|
| --- a/test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| @@ -123,9 +123,6 @@ function f() {
|
| }
|
| f();
|
|
|
| -// Test that a function declaration introduces a block scoped variable.
|
| -TestAll('{ function k() { return 0; } }; k(); ');
|
| -
|
| // Test that a function declaration sees the scope it resides in.
|
| function f2() {
|
| let m, n, o, p;
|
|
|