diff options
Diffstat (limited to 'deps/v8/test/mjsunit/es6/class-computed-property-names-super.js')
-rw-r--r-- | deps/v8/test/mjsunit/es6/class-computed-property-names-super.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/es6/class-computed-property-names-super.js b/deps/v8/test/mjsunit/es6/class-computed-property-names-super.js index cb9f25157c..b5a2ac995e 100644 --- a/deps/v8/test/mjsunit/es6/class-computed-property-names-super.js +++ b/deps/v8/test/mjsunit/es6/class-computed-property-names-super.js @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Flags: --harmony-sloppy // Flags: --allow-natives-syntax |