| Index: tests/dom/window_nosuchmethod_test.dart
|
| diff --git a/tests/dom/window_nosuchmethod_test.dart b/tests/dom/window_nosuchmethod_test.dart
|
| index 828ea1afce81b00f2d37761a4e48e1b25627e27b..794baa078cde13a5165f7ade7057afaa37499452 100644
|
| --- a/tests/dom/window_nosuchmethod_test.dart
|
| +++ b/tests/dom/window_nosuchmethod_test.dart
|
| @@ -5,7 +5,7 @@
|
| #library('WindowNSMETest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom', prefix: 'dom');
|
| +#import('dart:dom_deprecated', prefix: 'dom');
|
|
|
| // Not defined in dom.Window.
|
| foo(x) => x;
|
|
|