| Index: tests/html/url_test.dart
|
| diff --git a/tests/html/url_test.dart b/tests/html/url_test.dart
|
| index 6cfc8158a3265b9a96df47b8b2d4b103067689ad..4fb11ed4b8cbe4371b0c81d216620d9147736e62 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/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| +#import('../../pkg/unittest/lib/unittest.dart');
|
| +#import('../../pkg/unittest/lib/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|