| Index: tests/dom/window_open_test.dart
|
| diff --git a/tests/dom/window_open_test.dart b/tests/dom/window_open_test.dart
|
| index 01f55ee8a1d7c1f7277945b76c70480e31740869..b12878378027a9764d711ff07d1e752b0590800f 100644
|
| --- a/tests/dom/window_open_test.dart
|
| +++ b/tests/dom/window_open_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('WindowOpenTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| main() {
|
| evaluateJavaScript(code) {
|
|
|