| 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 c0ffd33428deacd0f83c339f357bb44899f62501..91b4337b361de34f8ed700ca29b4c2cd75de9c19 100644
|
| --- a/tests/lib/async/stream_controller_async_test.dart
|
| +++ b/tests/lib/async/stream_controller_async_test.dart
|
| @@ -5,7 +5,6 @@
|
| // 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';
|
|
|