| Index: test/debugger/debug/debug-materialized.js
|
| diff --git a/test/mjsunit/debug-materialized.js b/test/debugger/debug/debug-materialized.js
|
| similarity index 93%
|
| rename from test/mjsunit/debug-materialized.js
|
| rename to test/debugger/debug/debug-materialized.js
|
| index 0b01b78df491fadee3187d74d8b9b0922aefd4a9..dd22e1eb7947ea3e4e8a005e8d062aa6b7fd5ca1 100644
|
| --- a/test/mjsunit/debug-materialized.js
|
| +++ b/test/debugger/debug/debug-materialized.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: --allow-natives-syntax --expose-debug-as debug
|
|
|
| function dbg(x) {
|
| debugger;
|
|
|