| Index: tests/dom/key_name_location_test.dart
|
| diff --git a/tests/dom/key_name_location_test.dart b/tests/dom/key_name_location_test.dart
|
| index de061123165c9cb6166c41fff568305bf077c891..4a70eb6c3d2cb7883b4705211a2d1dc953698b04 100644
|
| --- a/tests/dom/key_name_location_test.dart
|
| +++ b/tests/dom/key_name_location_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('KeyNameLocationTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| // Test for existence of some KeyName and KeyLocation constants.
|
|
|
|
|