| Index: tests/lib/async/stream_controller_async_test.dart
|
| diff --git a/tests/lib/async/stream_controller_async_test.dart b/tests/lib/async/stream_controller_async_test.dart
|
| index 3c65a7e87f981d2b2d7718586d34a46535622828..b12696f633963c675f21e0b0201f68d591e7bfe6 100644
|
| --- a/tests/lib/async/stream_controller_async_test.dart
|
| +++ b/tests/lib/async/stream_controller_async_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Test the basic StreamController and StreamController.singleSubscription.
|
| +library stream_controller_async_test;
|
| +
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| import '../../../pkg/unittest/lib/unittest.dart';
|
|
|