| Index: test/mjsunit/strong/declaration-after-use.js
|
| diff --git a/test/mjsunit/strong/declaration-after-use.js b/test/mjsunit/strong/declaration-after-use.js
|
| index 05df8e835c9b4e9bc8f280374353f270983dac2f..5d99060ea7541521c68b1eb8e968cf2a31635554 100644
|
| --- a/test/mjsunit/strong/declaration-after-use.js
|
| +++ b/test/mjsunit/strong/declaration-after-use.js
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --strong-mode --harmony_rest_parameters --harmony_arrow_functions --harmony_classes --harmony_computed-property_names
|
| +// Flags: --strong-mode --harmony-rest-parameters --harmony-arrow-functions
|
| +// Flags: --harmony-computed-property-names
|
|
|
| // Note that it's essential for these tests that the reference is inside dead
|
| // code (because we already produce ReferenceErrors for run-time unresolved
|
|
|