| Index: tests/html/window_nosuchmethod_test.dart
|
| diff --git a/tests/html/window_nosuchmethod_test.dart b/tests/html/window_nosuchmethod_test.dart
|
| index b46f4f88b934c2067fad25acaf1023c45235f84a..84ee831d6806c7612d7c8d797ce0263c1f162a64 100644
|
| --- a/tests/html/window_nosuchmethod_test.dart
|
| +++ b/tests/html/window_nosuchmethod_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('WindowNSMETest');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| +#import('../../pkg/unittest/lib/unittest.dart');
|
| +#import('../../pkg/unittest/lib/html_config.dart');
|
| #import('dart:html', prefix: 'dom');
|
|
|
| // Not defined in dom.Window.
|
|
|