| Index: pkg/unittest/lib/src/test_case.dart
|
| diff --git a/pkg/unittest/lib/src/test_case.dart b/pkg/unittest/lib/src/test_case.dart
|
| index 1dc4264c4e22500fbdd30149bfe3ddc77b97db5f..820fce386f87ecb2dc7fb0e57d4c066ac34b6a2b 100644
|
| --- a/pkg/unittest/lib/src/test_case.dart
|
| +++ b/pkg/unittest/lib/src/test_case.dart
|
| @@ -71,7 +71,6 @@ class TestCase {
|
| bool get isComplete => !enabled || result != null;
|
|
|
| Function _errorHandler(String stage) => (e, stack) {
|
| - var stack;
|
| if (stack == null && e is Error) {
|
| stack = e.stackTrace;
|
| }
|
|
|