| Index: tests/html/htmlcollection_test.dart
 | 
| diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart
 | 
| index 296f30b276b94221e322bd736ed4818781a66433..9781c3c93c230c1e4a08c862656c492e072fea7c 100644
 | 
| --- a/tests/html/htmlcollection_test.dart
 | 
| +++ b/tests/html/htmlcollection_test.dart
 | 
| @@ -1,6 +1,6 @@
 | 
|  library ElementListTest;
 | 
| -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';
 | 
|  
 | 
|  // Test that List<Element> implements List<T>
 | 
| 
 |