Chromium Code Reviews| Index: tools/testing/dart/test_progress.dart |
| =================================================================== |
| --- tools/testing/dart/test_progress.dart (revision 4341) |
| +++ tools/testing/dart/test_progress.dart (working copy) |
| @@ -172,6 +172,8 @@ |
| } |
| } |
| + int get numFailedTests() => _failedTests; |
| + |
| int _completedTests() => _passedTests + _failedTests; |
| int _foundTests = 0; |