| Index: tests/html/hidden_dom_1_test.dart
|
| diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
|
| index 156f7e6eb0be17920d20ee633ef7f2f703f5f34b..1b687cd366b2d29ace107d3b1715f1cc8389efa3 100644
|
| --- a/tests/html/hidden_dom_1_test.dart
|
| +++ b/tests/html/hidden_dom_1_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('HiddenDom1Test');
|
| -#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');
|
|
|
| // Test that the dart:html API does not leak native jsdom methods:
|
|
|