| 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 b54a06f9aed5ad46ee997eacab42ca10efb0d43a..77e1919bf7af480308f9cbf179339995f1ac663e 100644
 | 
| --- a/tests/lib/async/stream_controller_async_test.dart
 | 
| +++ b/tests/lib/async/stream_controller_async_test.dart
 | 
| @@ -8,7 +8,7 @@ library stream_controller_async_test;
 | 
|  import 'dart:async';
 | 
|  import 'dart:isolate';
 | 
|  import "package:expect/expect.dart";
 | 
| -import '../../../pkg/unittest/lib/unittest.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
|  import 'event_helper.dart';
 | 
|  import 'stream_state_helper.dart';
 | 
|  
 | 
| 
 |