Index: test/debugger/debug/debug-evaluate-shadowed-context.js |
diff --git a/test/mjsunit/debug-evaluate-shadowed-context.js b/test/debugger/debug/debug-evaluate-shadowed-context.js |
similarity index 96% |
rename from test/mjsunit/debug-evaluate-shadowed-context.js |
rename to test/debugger/debug/debug-evaluate-shadowed-context.js |
index 6847a93f66216d1306007022211d4758a8b5da66..564bdc6fc34a0a17cfbc0c4c4df49ec2320bd9e3 100644 |
--- a/test/mjsunit/debug-evaluate-shadowed-context.js |
+++ b/test/debugger/debug/debug-evaluate-shadowed-context.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-analyze-environment-liveness |
+// Flags: --no-analyze-environment-liveness |
// Test that debug-evaluate only resolves variables that are used by |
// the function inside which we debug-evaluate. This is to avoid |