| Index: test/mjsunit/harmony/object-literals-super.js
|
| diff --git a/test/mjsunit/harmony/object-literals-super.js b/test/mjsunit/harmony/object-literals-super.js
|
| index ccf492bf5874ac471b804895fc27392239d8eb8b..c6fb6334de8ab93737fed622c0bfdf183de8bc75 100644
|
| --- a/test/mjsunit/harmony/object-literals-super.js
|
| +++ b/test/mjsunit/harmony/object-literals-super.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-classes --harmony-arrow-functions --allow-natives-syntax
|
| +// Flags: --harmony-arrow-functions --allow-natives-syntax
|
|
|
|
|
| (function TestHomeObject() {
|
|
|