| Index: tests/dom/xsltprocessor_test.dart
|
| diff --git a/tests/dom/xsltprocessor_test.dart b/tests/dom/xsltprocessor_test.dart
|
| index 9d0dcd61e46d80a1641c8e7fe56d443a0199539c..bea8556e74f2a5375ff2750df4aac177e496578d 100644
|
| --- a/tests/dom/xsltprocessor_test.dart
|
| +++ b/tests/dom/xsltprocessor_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('XSLTProcessorTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| main() {
|
|
|
|
|