| Index: tests/html/url_test.dart
 | 
| diff --git a/tests/html/url_test.dart b/tests/html/url_test.dart
 | 
| index 6852fc68d5eb1ee565eecfb3ed53ac21a482c69f..69f55ad1c4fc8e882a9ca261d459a197a27d4317 100644
 | 
| --- a/tests/html/url_test.dart
 | 
| +++ b/tests/html/url_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library url_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';
 | 
|  import 'dart:typed_data';
 | 
|  
 | 
| 
 |