| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index e315c3465c42ed5ffef3ff0193e0fefbac5148c9..1105c362e90fba484d043584daa6bce43048bd07 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -341,7 +341,6 @@ class TimingPrinter extends EventListener {
|
| var commandOutput = outputs[i];
|
| var command = commandOutput.command;
|
| var testCases = _command2testCases[command];
|
| - var duration = commandOutput.time;
|
|
|
| var testCasesDescription = testCases.map((testCase) {
|
| return "${testCase.configurationString}/${testCase.displayName}";
|
|
|