| Index: tests/dom/svg_2_test.dart
|
| diff --git a/tests/dom/svg_2_test.dart b/tests/dom/svg_2_test.dart
|
| index d06684de1e6285d683770a326085159d4fba4010..640eb09455c54c9dcde99ebc5e12d49f1c20dc49 100644
|
| --- a/tests/dom/svg_2_test.dart
|
| +++ b/tests/dom/svg_2_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('SVG2Test');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| // Test that SVG elements explicitly implement the IDL interfaces (is-checks
|
| // only, see SVGTest3 for behavioural tests).
|
|
|