| Index: tests/html/cdata_test.dart
 | 
| diff --git a/tests/html/cdata_test.dart b/tests/html/cdata_test.dart
 | 
| index b23a397625f9b61eb0265b17000d091822a54df4..424d52f53f38efdc51f05a560e9a25def43052d2 100644
 | 
| --- a/tests/html/cdata_test.dart
 | 
| +++ b/tests/html/cdata_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file
 | 
|  
 | 
|  library cdata_test;
 | 
| -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';
 | 
|  
 | 
|  
 | 
| 
 |