diff options
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/computed-property-names-super.js')
-rw-r--r-- | deps/v8/test/mjsunit/harmony/computed-property-names-super.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/harmony/computed-property-names-super.js b/deps/v8/test/mjsunit/harmony/computed-property-names-super.js index 096e010317..bfc31c668f 100644 --- a/deps/v8/test/mjsunit/harmony/computed-property-names-super.js +++ b/deps/v8/test/mjsunit/harmony/computed-property-names-super.js @@ -2,8 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Flags: --harmony-computed-property-names --harmony-object-literals -// Flags: --harmony-classes --allow-natives-syntax +// Flags: --harmony-computed-property-names --allow-natives-syntax function ID(x) { |