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

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

Issue 24075002: Expose field data, use class id, and merge all collections into "objects" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « tests/standalone/vmservice/field_script.dart ('k') | tests/standalone/vmservice/isolate_bad_code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/vmservice/isolate_bad_class_test.dart
diff --git a/tests/standalone/vmservice/isolate_bad_class_test.dart b/tests/standalone/vmservice/isolate_bad_class_test.dart
index 4d84afa94f3147e5cc9f51c9456dd9b0075dac62..8e0b2d38de7684b5bd104f24dc8f330307d3dfc8 100644
--- a/tests/standalone/vmservice/isolate_bad_class_test.dart
+++ b/tests/standalone/vmservice/isolate_bad_class_test.dart
@@ -45,7 +45,7 @@ main() {
test.makeRequest().then((_) {
var badCollectionRequest =
new BadCollectionTest(port, test._isolateId,
- 'classes').makeRequest();
+ 'foobar').makeRequest();
var nullCollectionRequest =
new NullCollectionTest(port, test._isolateId,
'classes').makeRequest();
« no previous file with comments | « tests/standalone/vmservice/field_script.dart ('k') | tests/standalone/vmservice/isolate_bad_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698