| Index: tests/json/json_test.dart
|
| diff --git a/tests/json/json_test.dart b/tests/json/json_test.dart
|
| index c58dd16dc9badff822774862a0471d8bb59e67ee..649deba157f72457062aff506f9c48255908b32d 100644
|
| --- a/tests/json/json_test.dart
|
| +++ b/tests/json/json_test.dart
|
| @@ -6,8 +6,8 @@
|
|
|
| #import('dart:json');
|
| #import('dart:html');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
|
|
| main() {
|
| useHtmlConfiguration();
|
|
|