| Index: tests/html/svgelement2_test.dart
|
| diff --git a/tests/html/svgelement2_test.dart b/tests/html/svgelement2_test.dart
|
| index 218e7a678db30f2f03811526e5b15b8814a5bd8b..4a803aa7e79f1c4d6ce011a6d259952fedd293aa 100644
|
| --- a/tests/html/svgelement2_test.dart
|
| +++ b/tests/html/svgelement2_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('SVGElement2Test');
|
| -#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');
|
| #import('svgelement_test.dart', prefix: 'originalTest');
|
|
|
|
|