| Index: tests/dom/svg_1_test.dart
|
| diff --git a/tests/dom/svg_1_test.dart b/tests/dom/svg_1_test.dart
|
| index cc75fa9837ed0dc1c976e93298c2d0bc08d3edcd..bce3213bab17d78673a90250caa49fd0d5f9fcd4 100644
|
| --- a/tests/dom/svg_1_test.dart
|
| +++ b/tests/dom/svg_1_test.dart
|
| @@ -1,9 +1,9 @@
|
| #library('SVG1Test');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| -// Test that SVG is present in dart:dom API
|
| +// Test that SVG is present in dart:dom_deprecated API
|
|
|
| main() {
|
| useDomConfiguration();
|
|
|