| Index: tests/lib/async/stream_min_max_test.dart
|
| diff --git a/tests/lib/async/stream_min_max_test.dart b/tests/lib/async/stream_min_max_test.dart
|
| index 471f3095e794fe382daf1f1a30568b435f336987..e8b123e6a1ef70449b83d9d28ff027e21dc394c0 100644
|
| --- a/tests/lib/async/stream_min_max_test.dart
|
| +++ b/tests/lib/async/stream_min_max_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +library stream_min_max_test;
|
| +
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| import '../../../pkg/unittest/lib/unittest.dart';
|
|
|