| Index: tests/html/window_mangling_test.dart
|
| diff --git a/tests/html/window_mangling_test.dart b/tests/html/window_mangling_test.dart
|
| index eed17a27e220e7afa457fe59af326d7f543c03d9..911a1efb96b6e77e660c47d8cafa9f61d23d72d3 100644
|
| --- a/tests/html/window_mangling_test.dart
|
| +++ b/tests/html/window_mangling_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('WindowManglingTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html', prefix: 'dom');
|
|
|
| // Defined in dom.Window.
|
|
|