| Index: tests/html/element_constructor_1_test.dart
|
| diff --git a/tests/html/element_constructor_1_test.dart b/tests/html/element_constructor_1_test.dart
|
| index 12590f2945b33a5bcb95aee89f69d42281759ed5..cf4e43fe51a331f4898fcbfc012e46b0050d7c98 100644
|
| --- a/tests/html/element_constructor_1_test.dart
|
| +++ b/tests/html/element_constructor_1_test.dart
|
| @@ -7,8 +7,8 @@
|
| // element_constructor_foo_test.dart file.
|
|
|
| #library('ElementConstructorTest');
|
| -#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() {
|
|
|