Index: test/debugger/debug/debug-evaluate-shadowed-context-2.js |
diff --git a/test/mjsunit/debug-evaluate-shadowed-context-2.js b/test/debugger/debug/debug-evaluate-shadowed-context-2.js |
similarity index 93% |
rename from test/mjsunit/debug-evaluate-shadowed-context-2.js |
rename to test/debugger/debug/debug-evaluate-shadowed-context-2.js |
index 59352e06a599177cb8b12caab7d6358291bd74b6..5edd03ca582eeb1c8b113dc31078388441ec70f1 100644 |
--- a/test/mjsunit/debug-evaluate-shadowed-context-2.js |
+++ b/test/debugger/debug/debug-evaluate-shadowed-context-2.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: --expose-debug-as debug --no-analyze-environment-liveness |
// Test that debug-evaluate correctly collects free outer variables |
// and does not get confused by variables in nested scopes. |