| Index: tests/html/window_open_test.dart
|
| diff --git a/tests/html/window_open_test.dart b/tests/html/window_open_test.dart
|
| index 1e9875bf68cee73b4971df5cb5f5624f43bfa1fd..a2d04166ac1031481bd3a89d296f038f13eb8cfc 100644
|
| --- a/tests/html/window_open_test.dart
|
| +++ b/tests/html/window_open_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('WindowOpenTest');
|
| -#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');
|
|
|
| main() {
|
|
|