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

Unified Diff: runtime/observatory/test/classes_test.dart

Issue 1076003004: Fix all Observatory warnings/errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « runtime/observatory/test/call_site_data_test.dart ('k') | runtime/observatory/test/code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/classes_test.dart
diff --git a/runtime/observatory/test/classes_test.dart b/runtime/observatory/test/classes_test.dart
index 47e14d8094c80585171f318772c618b0d209348a..9e8e286988a45079d64e4fc760af4aaa9e2541b3 100644
--- a/runtime/observatory/test/classes_test.dart
+++ b/runtime/observatory/test/classes_test.dart
@@ -16,7 +16,7 @@ var tests = [
(Isolate isolate) =>
isolate.getObject('classes/62').then((Class c) {
- expect(c.name, equals('_List'));
+ expect(c.name, equals('_ImmutableList'));
expect(c.vmCid, equals(62));
}),
« no previous file with comments | « runtime/observatory/test/call_site_data_test.dart ('k') | runtime/observatory/test/code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698