| Index: test/mjsunit/harmony/regress/regress-crbug-451770.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-crbug-451770.js b/test/mjsunit/harmony/regress/regress-crbug-451770.js
|
| index eaf1d1961f67956c949fffe5341c5f43048d8a19..770c8073cf53e8596a3cbb973abc42a9f7019367 100644
|
| --- a/test/mjsunit/harmony/regress/regress-crbug-451770.js
|
| +++ b/test/mjsunit/harmony/regress/regress-crbug-451770.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-computed-property-names --harmony-sloppy
|
| +// Flags: --harmony-sloppy
|
|
|
| assertThrows(function f() {
|
| var t = { toString: function() { throw new Error(); } };
|
|
|