| 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 98fd749acde4826578a88e8ab559c43a01ccff9b..877d046b8a2e1691150d9cbac7a7a5cdc54620d7 100644
|
| --- a/tests/lib/async/stream_controller_async_test.dart
|
| +++ b/tests/lib/async/stream_controller_async_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Test the basic StreamController and StreamController.singleSubscription.
|
| library stream_controller_async_test;
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| import '../../../pkg/unittest/lib/unittest.dart';
|
|
|