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

Unified Diff: tests/standalone/vmservice/isolate_list_test.dart

Issue 145323002: Post-meetup feature extravaganza. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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
Index: tests/standalone/vmservice/isolate_list_test.dart
===================================================================
--- tests/standalone/vmservice/isolate_list_test.dart (revision 32126)
+++ tests/standalone/vmservice/isolate_list_test.dart (working copy)
@@ -14,7 +14,6 @@
onRequestCompleted(Map reply) {
IsolateListTester tester = new IsolateListTester(reply);
tester.checkIsolateCount(1);
- tester.checkIsolateNameContains('isolate_list_script.dart');
}
}
« no previous file with comments | « tests/standalone/vmservice/isolate_library_test.dart ('k') | tests/standalone/vmservice/isolate_stacktrace_command_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698