Index: tools/testing/dart/command_output.dart |
diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart |
index 9b6f6e692c5af19d4f22bdb0abf8736a1b54e075..e6216408b61346866c285c6791397de852b059f4 100644 |
--- a/tools/testing/dart/command_output.dart |
+++ b/tools/testing/dart/command_output.dart |
@@ -84,7 +84,6 @@ class CommandOutput extends UniqueObject { |
return !hasTimedOut && exitCode == 0; |
} |
- // TODO(bob): Remove. |
// Reverse result of a negative test. |
bool hasFailed(TestCase testCase) { |
return testCase.isNegative ? !_didFail(testCase) : _didFail(testCase); |