| 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 ee44983329082da4ac043d48c3a186f294d5c9ba..3530105f2b32f163ecb24117a47b91c16e8b1894 100644
|
| --- a/test/mjsunit/strong/declaration-after-use.js
|
| +++ b/test/mjsunit/strong/declaration-after-use.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: --strong-mode --harmony-rest-parameters
|
| +// Flags: --strong-mode
|
|
|
| // Note that it's essential for these tests that the reference is inside dead
|
| // code (because we already produce ReferenceErrors for run-time unresolved
|
|
|