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