Chromium Code Reviews| Index: test/lib/TestCommon.py |
| diff --git a/test/lib/TestCommon.py b/test/lib/TestCommon.py |
| index 0b302f20b0d646351222c44ed33cdd02d2e63215..c54530c9802195c3c94b640dbc6038831436fc4b 100644 |
| --- a/test/lib/TestCommon.py |
| +++ b/test/lib/TestCommon.py |
| @@ -197,6 +197,7 @@ def _failed(self, status = 0): |
| except TypeError: |
| # status wasn't an iterable |
| return _status(self) != status |
| + |
| def _status(self): |
| return self.status |