| Index: tests/lib/async/stream_controller_test.dart
|
| diff --git a/tests/lib/async/stream_controller_test.dart b/tests/lib/async/stream_controller_test.dart
|
| index e06ec4ad512c92d2775001bac7ae6624c92d5c14..1115e4ad9554d6b71d097147665084f3bde90bef 100644
|
| --- a/tests/lib/async/stream_controller_test.dart
|
| +++ b/tests/lib/async/stream_controller_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_test;
|
| +
|
| import 'dart:async';
|
| import 'event_helper.dart';
|
|
|
|
|