| Index: tests/html/dom_constructors_test.dart
|
| diff --git a/tests/html/dom_constructors_test.dart b/tests/html/dom_constructors_test.dart
|
| index 7da25498b8543bf61b4fca4618f7b1fdb9d02ec0..684caf507abc33c7ba19e6bdf50741c447b37184 100644
|
| --- a/tests/html/dom_constructors_test.dart
|
| +++ b/tests/html/dom_constructors_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('DOMConstructorsTest');
|
| -#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() {
|
|
|