| Index: tests/html/element_types_test.dart
 | 
| diff --git a/tests/html/element_types_test.dart b/tests/html/element_types_test.dart
 | 
| index 960bb168a26e7d1d3ad90d1a60f77afec93ef6c6..df0c48862c955285bae04f24e889de874897d0be 100644
 | 
| --- a/tests/html/element_types_test.dart
 | 
| +++ b/tests/html/element_types_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library element_types;
 | 
| -import '../../pkg/unittest/lib/unittest.dart';
 | 
| -import '../../pkg/unittest/lib/html_individual_config.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
| +import 'package:unittest/html_individual_config.dart';
 | 
|  import 'dart:html';
 | 
|  
 | 
|  main() {
 | 
| 
 |