Index: test/debugger/debug/debug-eval-scope.js |
diff --git a/test/mjsunit/debug-eval-scope.js b/test/debugger/debug/debug-eval-scope.js |
similarity index 99% |
rename from test/mjsunit/debug-eval-scope.js |
rename to test/debugger/debug/debug-eval-scope.js |
index 2b97bf65f2fc250f66a4d54c90b4b888fc3dfe40..093c4df7220b84d07e386e59aba0d5ed8c2d15f3 100644 |
--- a/test/mjsunit/debug-eval-scope.js |
+++ b/test/debugger/debug/debug-eval-scope.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 --no-always-opt |
+// Flags: --no-always-opt |
// Test that the (strict) eval scope is visible to the debugger. |