| Index: tests/lib/async/stream_first_where_test.dart
|
| diff --git a/tests/lib/async/stream_first_where_test.dart b/tests/lib/async/stream_first_where_test.dart
|
| index 1ec40cd60483082025e5aaf244a0a46890de8a7e..2137a7add97dbca33d9332285fd0956a6cc187c3 100644
|
| --- a/tests/lib/async/stream_first_where_test.dart
|
| +++ b/tests/lib/async/stream_first_where_test.dart
|
| @@ -7,7 +7,7 @@ library stream_controller_async_test;
|
| import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
| import 'event_helper.dart';
|
| import 'stream_state_helper.dart';
|
|
|
|
|