| Index: test/mjsunit/regress/regress-debugger-redirect.js
|
| diff --git a/test/mjsunit/regress/regress-debugger-redirect.js b/test/mjsunit/regress/regress-debugger-redirect.js
|
| index 07c7fad7e60aeeb80a0cc86e1f50a9299d430273..daa6fa767054799ef4fd47cbd5e06320fe4494b1 100644
|
| --- a/test/mjsunit/regress/regress-debugger-redirect.js
|
| +++ b/test/mjsunit/regress/regress-debugger-redirect.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: --expose-debug-as debug
|
| +// Flags: --expose-debug-as debug --legacy-const
|
|
|
| function f(x) {
|
| // This function compiles into code that only throws a redeclaration
|
|
|