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

Unified Diff: runtime/observatory/tests/service/get_heap_map_rpc_test.dart

Issue 1159003002: Make several service protocol RPCs private. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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: runtime/observatory/tests/service/get_heap_map_rpc_test.dart
diff --git a/runtime/observatory/tests/service/get_heap_map_rpc_test.dart b/runtime/observatory/tests/service/get_heap_map_rpc_test.dart
index 3fda6170b2bd5e2c1fcb8923363f94305af8660d..5247ca9cbd039cc88629c299e766a6ecb63c625d 100644
--- a/runtime/observatory/tests/service/get_heap_map_rpc_test.dart
+++ b/runtime/observatory/tests/service/get_heap_map_rpc_test.dart
@@ -12,7 +12,7 @@ var tests = [
(Isolate isolate) async {
var params = {
};
- var result = await isolate.invokeRpcNoUpgrade('getHeapMap', params);
+ var result = await isolate.invokeRpcNoUpgrade('_getHeapMap', params);
expect(result['type'], equals('HeapMap'));
expect(result['freeClassId'], isPositive);
expect(result['unitSizeBytes'], isPositive);
« no previous file with comments | « runtime/observatory/tests/service/get_flag_list_rpc_test.dart ('k') | runtime/observatory/tests/service/metrics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698