| Index: pkg/scheduled_test/test/metatest.dart
|
| diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
|
| index 657e93e99270bcc11b12ced6c429dc339f333aae..d15760121d635efb6fbb45e6e23535c1bc74b772 100644
|
| --- a/pkg/scheduled_test/test/metatest.dart
|
| +++ b/pkg/scheduled_test/test/metatest.dart
|
| @@ -184,9 +184,11 @@ String _indent(String str) {
|
|
|
| /// Ensure that the metatest configuration is loaded.
|
| void _ensureInitialized() {
|
| - if (config is! _MetaConfiguration) configure(new _MetaConfiguration());
|
| + unittestConfiguration = _singleton;
|
| }
|
|
|
| +final _singleton = new _MetaConfiguration();
|
| +
|
| /// Special test configuration for use within the child isolates. This hides all
|
| /// output and reports data back to the parent isolate.
|
| class _MetaConfiguration extends Configuration {
|
|
|