| Index: runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| diff --git a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| index e9f233b85bde4aab15e3a0f23fb1cfbbbd835fcd..2e09acc5d5073a9917f10376beb66dcb1f886db9 100644
|
| --- a/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| +++ b/runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart
|
| @@ -6,7 +6,7 @@
|
| import 'package:observatory/service_io.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'test_helper.dart';
|
| -import 'dart:async';
|
| +import 'service_test_common.dart';
|
|
|
| doThrow() {
|
| throw "TheException"; // Line 13.
|
|
|