| Index: tests/html/css_test.dart
|
| diff --git a/tests/html/css_test.dart b/tests/html/css_test.dart
|
| index 640a9393be151b5cd4727f84965723cc526e3928..ca6cc53fb64f6789b77aa32235d66c1eff67e618 100644
|
| --- a/tests/html/css_test.dart
|
| +++ b/tests/html/css_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('CSSTest');
|
| -#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() {
|
|
|