| Index: tests/html/element_classes_test.dart
 | 
| diff --git a/tests/html/element_classes_test.dart b/tests/html/element_classes_test.dart
 | 
| index 9ef98604f056f1d880bf9d4fd069af6c89e3d1c0..cf6a35c645f28feccd7cd9694b33ea790bb583a7 100644
 | 
| --- a/tests/html/element_classes_test.dart
 | 
| +++ b/tests/html/element_classes_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library ElementTest;
 | 
| -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:collection';
 | 
|  import 'dart:html';
 | 
|  
 | 
| 
 |