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

Unified Diff: runtime/bin/vmservice/observatory/test/vm_metrics_test.dart

Issue 515303005: Allow observatory to distinguish between user-level and vm-level types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js, fix test Created 6 years, 4 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/bin/vmservice/observatory/lib/src/service/object.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/observatory/test/vm_metrics_test.dart
diff --git a/runtime/bin/vmservice/observatory/test/vm_metrics_test.dart b/runtime/bin/vmservice/observatory/test/vm_metrics_test.dart
index 274ad0d4a56ecbb0cb60e48ac3a2fa285de51d8e..9a99f093b94310dedb3adc4c6ced325c7c82fdc1 100644
--- a/runtime/bin/vmservice/observatory/test/vm_metrics_test.dart
+++ b/runtime/bin/vmservice/observatory/test/vm_metrics_test.dart
@@ -25,7 +25,7 @@ var tests = [
(Isolate isolate) =>
isolate.get('metrics/vm/heap.old.used').then((ServiceMetric counter) {
- expect(counter.serviceType, equals('Counter'));
+ expect(counter.type, equals('Counter'));
expect(counter.name, equals('heap.old.used'));
}),
« no previous file with comments | « runtime/bin/vmservice/observatory/lib/src/service/object.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698