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

Unified Diff: test/debugger/debug/regress/regress-crbug-605581.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/regress/regress-crbug-605581.js
diff --git a/test/mjsunit/regress/regress-crbug-605581.js b/test/debugger/debug/regress/regress-crbug-605581.js
similarity index 95%
rename from test/mjsunit/regress/regress-crbug-605581.js
rename to test/debugger/debug/regress/regress-crbug-605581.js
index 0f1daabead95a6357503f418c5b46c710ba6b99b..f151b921b81b28c27c6797adc82333f1f7e0adc2 100644
--- a/test/mjsunit/regress/regress-crbug-605581.js
+++ b/test/debugger/debug/regress/regress-crbug-605581.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
var Debug = debug.Debug;
var exception = null;

Powered by Google App Engine
This is Rietveld 408576698