| Index: test/debugger/debug/regress/regress-crbug-481896.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-481896.js b/test/debugger/debug/regress/regress-crbug-481896.js
|
| similarity index 93%
|
| rename from test/mjsunit/regress/regress-crbug-481896.js
|
| rename to test/debugger/debug/regress/regress-crbug-481896.js
|
| index 0d5c650f1efed67a110ec2c6751961887dc4ba7d..d12398070bd3f6288a1867c6ff4e0c084860e3b0 100644
|
| --- a/test/mjsunit/regress/regress-crbug-481896.js
|
| +++ b/test/debugger/debug/regress/regress-crbug-481896.js
|
| @@ -2,7 +2,6 @@
|
| // 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
|
|
|
| function static() {
|
| print("> static"); // Break
|
| @@ -43,7 +42,7 @@ for (var script of scripts) {
|
| }
|
|
|
| Debug.setScriptBreakPointById(dynamic_script.id, 1);
|
| -Debug.setScriptBreakPointById(static_script.id, 7);
|
| +Debug.setScriptBreakPointById(static_script.id, 6);
|
|
|
| dynamic();
|
| static();
|
|
|