Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: test/debugger/debug/debug-evaluate-shadowed-context.js

Issue 2512963002: [debug-wrapper] Migrate more tests (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/debugger/debug/debug-conditional-breakpoints.js ('k') | test/debugger/debug/debug-function-scopes.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/debugger/debug/debug-conditional-breakpoints.js ('k') | test/debugger/debug/debug-function-scopes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698