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

Unified Diff: runtime/observatory/test/type_arguments_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/test/test_helper.dart ('k') | runtime/observatory/test/vm_metrics_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/type_arguments_test.dart
diff --git a/runtime/observatory/test/type_arguments_test.dart b/runtime/observatory/test/type_arguments_test.dart
index 210a49105ad8c1a12847cecdb88a2a769480c8d5..4b824217832cce55712e1c956ab12a9367aa6ac8 100644
--- a/runtime/observatory/test/type_arguments_test.dart
+++ b/runtime/observatory/test/type_arguments_test.dart
@@ -30,7 +30,7 @@ var tests = [
greaterThanOrEqualTo(instantiatedTypeArgsList.length));
// Check that we can 'get' this object again.
var firstType = allTypeArgsList[0];
- return isolate.get(firstType['id']).then((ServiceMap map) {
+ return isolate.getObject(firstType['id']).then((ServiceMap map) {
expect(firstType['name'], map['name']);
});
});
« no previous file with comments | « runtime/observatory/test/test_helper.dart ('k') | runtime/observatory/test/vm_metrics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698