| Index: tests/html/svg_1_test.dart
|
| diff --git a/tests/html/svg_1_test.dart b/tests/html/svg_1_test.dart
|
| index ce5a924a9adf0f8e148ef8f41c6dd9b0da0be0b1..9f33bb91ece3fb8991107d0abdaec2010439099d 100644
|
| --- a/tests/html/svg_1_test.dart
|
| +++ b/tests/html/svg_1_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('SVG1Test');
|
| -#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 SVG is present in dart:html API
|
|
|