| Index: tests/html/transferables_test.dart
 | 
| diff --git a/tests/html/transferables_test.dart b/tests/html/transferables_test.dart
 | 
| index d2ad13f34b869025f298c3c4be231ba7c4281e45..f2aa905cb237df915418a4b5d5cb1655e1821527 100644
 | 
| --- a/tests/html/transferables_test.dart
 | 
| +++ b/tests/html/transferables_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library TransferableTest;
 | 
| -import '../../pkg/unittest/lib/unittest.dart';
 | 
| -import '../../pkg/unittest/lib/html_config.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
| +import 'package:unittest/html_config.dart';
 | 
|  import 'dart:html';
 | 
|  import 'dart:typed_data';
 | 
|  
 | 
| 
 |