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

Unified Diff: test/mjsunit/regress/regress-3960.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (Closed)
Patch Set: One more test 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/mjsunit/regress/regress-3960.js
diff --git a/test/mjsunit/regress/regress-3960.js b/test/mjsunit/regress/regress-3960.js
index 3bd2dc200d6a1f94bfbfb3f53b7157b33ca90c39..7b9d528f505697624152c2123daa2ccfc19f68b6 100644
--- a/test/mjsunit/regress/regress-3960.js
+++ b/test/mjsunit/regress/regress-3960.js
@@ -26,7 +26,6 @@
var break_count = 0;
Debug.setListener(listener);
if (i < 2) Debug.setBreakPoint(foo, 0, 0);
- assertTrue(/\[B\d\]a = 1/.test(Debug.showBreakPoints(foo)));
foo();
assertEquals(1, break_count);
assertNull(exception);

Powered by Google App Engine
This is Rietveld 408576698