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

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

Issue 892913003: Rename the get* methods in preparation for removing them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: one more test Created 5 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
« no previous file with comments | « runtime/observatory/lib/src/service/object.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 4e200ce256e562e73b98c5b9bc4f0eb4e31172be..85b64bbede2ab405b5aea877ff0f6656fb4a1893 100644
--- a/runtime/observatory/test/classes_test.dart
+++ b/runtime/observatory/test/classes_test.dart
@@ -14,7 +14,7 @@ var tests = [
}),
(Isolate isolate) =>
- isolate.get('classes/62').then((Class c) {
+ isolate.getObject('classes/62').then((Class c) {
expect(c.name, equals('_List'));
expect(c.vmCid, equals(62));
}),
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/observatory/test/code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698