| Index: tests/html/queryall_test.dart
|
| diff --git a/tests/html/queryall_test.dart b/tests/html/queryall_test.dart
|
| index 7094c589b6903dafed608d60ed70688e282f71d7..e75ddfbdff1a8349d428fb7edbdd491df3dc93ec 100644
|
| --- a/tests/html/queryall_test.dart
|
| +++ b/tests/html/queryall_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file
|
|
|
| #library('NodeListTest');
|
| -#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() {
|
|
|