Index: runtime/observatory/tests/service/evaluate_in_frame_with_scope_test.dart |
diff --git a/runtime/observatory/tests/service/evaluate_in_frame_with_scope_test.dart b/runtime/observatory/tests/service/evaluate_in_frame_with_scope_test.dart |
index 23693be38f400bc60a82ce110317f8eb0bb5bd13..b6e68756779d226bf0c1c03956e57182023b5cf8 100644 |
--- a/runtime/observatory/tests/service/evaluate_in_frame_with_scope_test.dart |
+++ b/runtime/observatory/tests/service/evaluate_in_frame_with_scope_test.dart |
@@ -3,11 +3,10 @@ |
// BSD-style license that can be found in the LICENSE file. |
// VMOptions=--error_on_bad_type --error_on_bad_override |
+import 'dart:async'; |
import 'dart:developer'; |
- |
import 'package:observatory/service_io.dart'; |
import 'package:unittest/unittest.dart'; |
- |
import 'service_test_common.dart'; |
import 'test_helper.dart'; |