| Index: test/mjsunit/harmony/do-expressions.js
|
| diff --git a/test/mjsunit/harmony/do-expressions.js b/test/mjsunit/harmony/do-expressions.js
|
| index b3be4eca91f720f1a1f184abaa73abff094e0eb7..38b68b6ed74916ada516648160961a1398ba33e9 100644
|
| --- a/test/mjsunit/harmony/do-expressions.js
|
| +++ b/test/mjsunit/harmony/do-expressions.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: --harmony-do-expressions --harmony-sloppy-let --allow-natives-syntax
|
| +// Flags: --harmony-do-expressions --allow-natives-syntax
|
|
|
| function returnValue(v) { return v; }
|
| function MyError() {}
|
|
|