Index: test/debugger/debug/regress/regress-3960.js |
diff --git a/test/mjsunit/regress/regress-3960.js b/test/debugger/debug/regress/regress-3960.js |
similarity index 96% |
rename from test/mjsunit/regress/regress-3960.js |
rename to test/debugger/debug/regress/regress-3960.js |
index 3bd2dc200d6a1f94bfbfb3f53b7157b33ca90c39..6580d4b805c9ec12a90ce4c12f3b178582b94521 100644 |
--- a/test/mjsunit/regress/regress-3960.js |
+++ b/test/debugger/debug/regress/regress-3960.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 |
// Test that setting break point works correctly when the debugger is |
// activated late, which leads to duplicate shared function infos. |