| Index: test/with_test_environment_test.dart
|
| diff --git a/test/with_test_environment_test.dart b/test/with_test_environment_test.dart
|
| index 8d28993e47e5fd09d28eb5e795d052a9357a81fd..456384fa6f55ec9d4144b0e963a2025209c63013 100644
|
| --- a/test/with_test_environment_test.dart
|
| +++ b/test/with_test_environment_test.dart
|
| @@ -14,7 +14,7 @@ class TestConfiguration extends SimpleConfiguration {
|
| TestConfiguration();
|
|
|
| void onSummary(int passed, int failed, int errors, List<TestCase> results,
|
| - String uncaughtError) {
|
| + String uncaughtError) {
|
| super.onSummary(passed, failed, errors, results, uncaughtError);
|
| _results = results;
|
| }
|
|
|