| Index: tests/dom/htmlaudioelement_test.dart
|
| diff --git a/tests/dom/htmlaudioelement_test.dart b/tests/dom/htmlaudioelement_test.dart
|
| index 72c1b5d960ebc2aeb29d1032ca0317405dc75be5..dfdae3c60d4ccaa6e8cc02ba1832ecbf757e9004 100644
|
| --- a/tests/dom/htmlaudioelement_test.dart
|
| +++ b/tests/dom/htmlaudioelement_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('HTMLAudioElementTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| main() {
|
|
|
|
|