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

Unified Diff: tests/lib/mirrors/invocation_fuzz_test.dart

Issue 1137723003: Fix invocation_fuzz_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
index 223d15d41113c865c2eef3fd3885f216e31472a1..7a43d3cbbac8a0686b666847e546799915241c2e 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -27,8 +27,7 @@ var blacklist = [
'dart.io.Process.killPid',
// Don't break into the debugger.
- 'dart.debugger.Debugger.breakHereIf',
- 'dart.debugger.Debugger.breakHere',
+ 'dart.developer.debugger',
// Don't run blocking io calls.
new RegExp(r".*Sync$"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698