| Index: test/mjsunit/harmony/block-let-crankshaft-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-let-crankshaft-sloppy.js b/test/mjsunit/harmony/block-let-crankshaft-sloppy.js
|
| index dc5cdfb5b70a2d35ee43bec60594fb719c4fd5db..4f29c05693fa5fdf7bebb1d455cea4899d76dc06 100644
|
| --- a/test/mjsunit/harmony/block-let-crankshaft-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-let-crankshaft-sloppy.js
|
| @@ -26,7 +26,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| // Flags: --allow-natives-syntax
|
| -// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let
|
| +// Flags: --harmony-sloppy --harmony-sloppy-let
|
|
|
| // Check that the following functions are optimizable.
|
| var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
|
|
|