| Index: test/mjsunit/harmony/block-sloppy-function.js
|
| diff --git a/test/mjsunit/harmony/block-sloppy-function.js b/test/mjsunit/harmony/block-sloppy-function.js
|
| index d9f68a1992b4f9411006508cc02023e489b7927f..2bea1476abd033b28716feb86aea8727c8e9a4b2 100644
|
| --- a/test/mjsunit/harmony/block-sloppy-function.js
|
| +++ b/test/mjsunit/harmony/block-sloppy-function.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let
|
| +// Flags: --harmony-sloppy --harmony-sloppy-let
|
| // Flags: --harmony-sloppy-function
|
|
|
| // Test Annex B 3.3 semantics for functions declared in blocks in sloppy mode.
|
|
|