| Index: tests/lib/async/stream_single_to_multi_subscriber_test.dart
 | 
| diff --git a/tests/lib/async/stream_single_to_multi_subscriber_test.dart b/tests/lib/async/stream_single_to_multi_subscriber_test.dart
 | 
| index 13c6f1ab93be0c4d4c00918cfc7ff9292cb9c61e..766f1bd6a7399b4fb64c7c4524c713050f001aa8 100644
 | 
| --- a/tests/lib/async/stream_single_to_multi_subscriber_test.dart
 | 
| +++ b/tests/lib/async/stream_single_to_multi_subscriber_test.dart
 | 
| @@ -8,7 +8,7 @@ library stream_single_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';
 | 
|  
 | 
|  main() {
 | 
| 
 |