| Index: tests/dom/htmlcollection_test.dart
|
| diff --git a/tests/dom/htmlcollection_test.dart b/tests/dom/htmlcollection_test.dart
|
| index b6b1f9b15ee2ef6a409476b460db40036626c96a..400e6ed951d73c611a263bad514fc91a59730a07 100644
|
| --- a/tests/dom/htmlcollection_test.dart
|
| +++ b/tests/dom/htmlcollection_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('HTMLCollectionTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| // Test that HTMLCollection implements List<T>
|
| main() {
|
|
|