| Index: utils/testrunner/standard_test_runner.dart
|
| diff --git a/utils/testrunner/standard_test_runner.dart b/utils/testrunner/standard_test_runner.dart
|
| index 89fcc2fe2bed47c5f011bf61da82bc0d8ccdce63..7429259d5a8a5d58717491bc673e04c1851bf5c1 100644
|
| --- a/utils/testrunner/standard_test_runner.dart
|
| +++ b/utils/testrunner/standard_test_runner.dart
|
| @@ -41,7 +41,7 @@ Function action;
|
| /**
|
| * A special marker string used to separate group names and
|
| * identify non-debug output.
|
| - */
|
| + */
|
| final marker = '###';
|
|
|
| class Macros {
|
| @@ -53,7 +53,7 @@ class Macros {
|
| static const String testStacktrace = '<STACK>';
|
| }
|
|
|
| -class TestRunnerConfiguration extends Configuration {
|
| +class TestRunnerConfiguration extends SimpleConfiguration {
|
| get name => 'Minimal test runner configuration';
|
| get autoStart => false;
|
|
|
| @@ -191,7 +191,7 @@ listTests() {
|
|
|
| // Support for running in isolates.
|
|
|
| -class TestRunnerChildConfiguration extends Configuration {
|
| +class TestRunnerChildConfiguration extends SimpleConfiguration {
|
| get name => 'Test runner child configuration';
|
| get autoStart => false;
|
|
|
|
|