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

Unified Diff: test/debugger/debug/debug-clearbreakpoint.js

Issue 2566093002: [debug-wrapper] migrate some scope related tests (Closed)
Patch Set: address comments Created 4 years 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-backtrace.js ('k') | test/debugger/debug/debug-evaluate.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-clearbreakpoint.js
diff --git a/test/mjsunit/debug-clearbreakpoint.js b/test/debugger/debug/debug-clearbreakpoint.js
similarity index 95%
rename from test/mjsunit/debug-clearbreakpoint.js
rename to test/debugger/debug/debug-clearbreakpoint.js
index e7d2a1473cb50c1593029b0ba5f0381899728cb2..0c8267c711df3ad43ab0519b13855e8b909cad26 100644
--- a/test/mjsunit/debug-clearbreakpoint.js
+++ b/test/debugger/debug/debug-clearbreakpoint.js
@@ -25,8 +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
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug
// Simple function which stores the last debug event.
« no previous file with comments | « test/debugger/debug/debug-backtrace.js ('k') | test/debugger/debug/debug-evaluate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698