Chromium Code Reviews| Index: lib/src/test_case.dart | 
| diff --git a/lib/src/test_case.dart b/lib/src/test_case.dart | 
| index a365cc662b42eea3c73c05b8c988d200c2514f42..e6d2171c4c768af7991dc3963d00628387378439 100644 | 
| --- a/lib/src/test_case.dart | 
| +++ b/lib/src/test_case.dart | 
| @@ -55,8 +55,6 @@ class TestCase { | 
| bool get enabled => _enabled; | 
| - bool _doneTeardown = false; | 
| - | 
| Completer _testComplete; | 
| TestCase._internal(this.id, this.description, this._testFunction) |