| Index: tests/lib/async/stream_state_helper.dart
 | 
| diff --git a/tests/lib/async/stream_state_helper.dart b/tests/lib/async/stream_state_helper.dart
 | 
| index 0e46d91f2fadcc35bacc6d3064c90bd5122b5139..0ba61fc9e69aa060601c1c86c7ab0531cb773ad1 100644
 | 
| --- a/tests/lib/async/stream_state_helper.dart
 | 
| +++ b/tests/lib/async/stream_state_helper.dart
 | 
| @@ -4,7 +4,7 @@
 | 
|  
 | 
|  library stream_state_helper;
 | 
|  
 | 
| -import "../../../pkg/unittest/lib/unittest.dart";
 | 
| +import "package:unittest/unittest.dart";
 | 
|  import "dart:async";
 | 
|  import "dart:collection";
 | 
|  
 | 
| 
 |