| Index: test/mjsunit/harmony/arrow-functions-lexical-arguments.js
|
| diff --git a/test/mjsunit/harmony/arrow-functions-lexical-arguments.js b/test/mjsunit/harmony/arrow-functions-lexical-arguments.js
|
| index e8511051ae33cfac85f9068e6ab5aa8ab435984c..b2498d78dcdb3acad4086b94935cb42ab357a66d 100644
|
| --- a/test/mjsunit/harmony/arrow-functions-lexical-arguments.js
|
| +++ b/test/mjsunit/harmony/arrow-functions-lexical-arguments.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-arrow-functions --harmony-classes
|
| +// Flags: --harmony-arrow-functions
|
|
|
|
|
| (function testInFunctionDeclaration() {
|
|
|