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

Unified Diff: test/debugger/debug/es6/debug-evaluate-blockscopes.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (Closed)
Patch Set: Address comments 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
Index: test/debugger/debug/es6/debug-evaluate-blockscopes.js
diff --git a/test/mjsunit/es6/debug-evaluate-blockscopes.js b/test/debugger/debug/es6/debug-evaluate-blockscopes.js
similarity index 96%
rename from test/mjsunit/es6/debug-evaluate-blockscopes.js
rename to test/debugger/debug/es6/debug-evaluate-blockscopes.js
index efc334e35fb9a042449adbcef75ebc2f48bb54fe..6ed3ca66e1e3c2ec13171a496c84860dad65e8ab 100644
--- a/test/mjsunit/es6/debug-evaluate-blockscopes.js
+++ b/test/debugger/debug/es6/debug-evaluate-blockscopes.js
@@ -25,7 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --expose-debug-as debug
// Test debug evaluation for functions without local context, but with
// nested catch contexts.
@@ -46,7 +45,6 @@ function f() {
}
};
-// Get the Debug object exposed from the debug context global object.
var Debug = debug.Debug
function listener(event, exec_state, event_data, data) {

Powered by Google App Engine
This is Rietveld 408576698