| Index: runtime/observatory/tests/service/native_metrics_test.dart
|
| diff --git a/runtime/observatory/tests/service/native_metrics_test.dart b/runtime/observatory/tests/service/native_metrics_test.dart
|
| index 39f2c376fe06fc67784a88c36d013d2ffda6428d..77bc903a14b9def9e923867e76c02acb3f507035 100644
|
| --- a/runtime/observatory/tests/service/native_metrics_test.dart
|
| +++ b/runtime/observatory/tests/service/native_metrics_test.dart
|
| @@ -7,7 +7,7 @@ import 'package:observatory/service_io.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'test_helper.dart';
|
|
|
| -import 'dart:profiler';
|
| +import 'dart:developer';
|
|
|
| void script() {
|
| var counter = new Counter('a.b.c', 'description');
|
|
|