Index: runtime/observatory/tests/service/get_native_allocation_samples_test.dart |
diff --git a/runtime/observatory/tests/service/get_native_allocation_samples_test.dart b/runtime/observatory/tests/service/get_native_allocation_samples_test.dart |
index f818aa8bda885ab2123af24b756fe1890fa671fd..979e601b34154dafac277037fa9fbaa5f2d769b1 100644 |
--- a/runtime/observatory/tests/service/get_native_allocation_samples_test.dart |
+++ b/runtime/observatory/tests/service/get_native_allocation_samples_test.dart |
@@ -3,12 +3,10 @@ |
// BSD-style license that can be found in the LICENSE file. |
// VMOptions=--error_on_bad_type --error_on_bad_override |
-import 'dart:developer'; |
import 'package:observatory/models.dart' as M; |
import 'package:observatory/service_io.dart'; |
import 'package:observatory/cpu_profile.dart'; |
import 'package:unittest/unittest.dart'; |
-import 'service_test_common.dart'; |
import 'test_helper.dart'; |
void verifyHelper(var root, bool exclusive) { |