| Index: pkg/scheduled_test/test/metatest.dart
|
| diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
|
| index cc770695924bb587df1b4f144289d7e5b27beb52..4834b6e4cf7eab1e3532fc03858310664f280a8e 100644
|
| --- a/pkg/scheduled_test/test/metatest.dart
|
| +++ b/pkg/scheduled_test/test/metatest.dart
|
| @@ -200,7 +200,7 @@ 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 {
|
| +class _MetaConfiguration extends SimpleConfiguration {
|
| final name = "MetaConfiguration";
|
|
|
| void logTestCaseMesssage(TestCase testCase, String message) {}
|
|
|