| Index: tests/lib/async/stream_single_test.dart
|
| diff --git a/tests/lib/async/stream_single_test.dart b/tests/lib/async/stream_single_test.dart
|
| index 44127a6571f2b511ae23d723b81e47899d2fa26f..4844f8dbbdae56b88a484f272802b01651b7e15f 100644
|
| --- a/tests/lib/async/stream_single_test.dart
|
| +++ b/tests/lib/async/stream_single_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_single_test;
|
| +
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| import '../../../pkg/unittest/lib/unittest.dart';
|
|
|