| Index: runtime/observatory/tests/service/get_object_rpc_test.dart
|
| diff --git a/runtime/observatory/tests/service/get_object_rpc_test.dart b/runtime/observatory/tests/service/get_object_rpc_test.dart
|
| index 67b5b702e2c9742b60036b18e92184c490e9cb8d..d581f4c3118d3ac9e5fc9dcf055ce41a06258169 100644
|
| --- a/runtime/observatory/tests/service/get_object_rpc_test.dart
|
| +++ b/runtime/observatory/tests/service/get_object_rpc_test.dart
|
| @@ -5,8 +5,6 @@
|
|
|
| library get_object_rpc_test;
|
|
|
| -import 'dart:async';
|
| -
|
| import 'package:observatory/service_io.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| @@ -22,6 +20,8 @@ class _DummySubClass extends _DummyClass {
|
| }
|
|
|
| void warmup() {
|
| + // Silence analyzer.
|
| + new _DummySubClass();
|
| new _DummyClass().dummyFunction();
|
| }
|
|
|
|
|