| Index: tests/lib/async/stream_single_to_multi_subscriber_test.dart
|
| diff --git a/tests/lib/async/stream_single_to_multi_subscriber_test.dart b/tests/lib/async/stream_single_to_multi_subscriber_test.dart
|
| index 766f1bd6a7399b4fb64c7c4524c713050f001aa8..20638812a5e77ce5d39f5162962279fc5d1c167f 100644
|
| --- a/tests/lib/async/stream_single_to_multi_subscriber_test.dart
|
| +++ b/tests/lib/async/stream_single_to_multi_subscriber_test.dart
|
| @@ -7,7 +7,6 @@ library stream_single_test;
|
|
|
| import "package:expect/expect.dart";
|
| import 'dart:async';
|
| -import 'dart:isolate';
|
| import 'package:unittest/unittest.dart';
|
| import 'event_helper.dart';
|
|
|
|
|