Index: test/debugger/debug/regress/regress-514362.js |
diff --git a/test/mjsunit/regress/regress-514362.js b/test/debugger/debug/regress/regress-514362.js |
similarity index 90% |
rename from test/mjsunit/regress/regress-514362.js |
rename to test/debugger/debug/regress/regress-514362.js |
index f69cfecebe3893bcab6fecb0227c6e48aaebcb71..beebf4c063174f207c69551958c78d3e9da1e153 100644 |
--- a/test/mjsunit/regress/regress-514362.js |
+++ b/test/debugger/debug/regress/regress-514362.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 bar(x) { debugger; } |
function foo() { bar(arguments[0]); } |