| Index: tests/html/xmldocument_test.dart
|
| diff --git a/tests/html/xmldocument_test.dart b/tests/html/xmldocument_test.dart
|
| index d631496859a1209938a9861a66b038e4caf8fe2a..0e245a895212109cf2d2ad74b51a9702461d702f 100644
|
| --- a/tests/html/xmldocument_test.dart
|
| +++ b/tests/html/xmldocument_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('XMLDocumentTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|