| Index: pkg/unittest/html_config.dart
|
| diff --git a/pkg/unittest/lib/html_config.dart b/pkg/unittest/html_config.dart
|
| similarity index 97%
|
| rename from pkg/unittest/lib/html_config.dart
|
| rename to pkg/unittest/html_config.dart
|
| index 88e6dedb51af9295725a1880886d4cc5fa9f8545..28e16ab12e0ecf57b2eceac4a1d97d7e9c03e660 100644
|
| --- a/pkg/unittest/lib/html_config.dart
|
| +++ b/pkg/unittest/html_config.dart
|
| @@ -10,7 +10,7 @@
|
| #import('dart:html');
|
| #import('unittest.dart');
|
|
|
| -#source('src/html_print.dart');
|
| +#source('html_print.dart');
|
|
|
| class HtmlConfiguration extends Configuration {
|
| /** Whether this is run within dartium layout tests. */
|
|
|