| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index f97121a7ba783157f3da9d607f2337f01671f136..34f0b489e90e2489ccc6416ccbc29177be5cb4a3 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -2053,7 +2053,7 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
| self.assertEquals(results1[0].__class__,
|
| presubmit.OutputApi.PresubmitPromptWarning)
|
| self.assertEquals(results1[0]._long_text,
|
| - 'makefile.foo, line 46')
|
| + 'makefile.foo:46')
|
|
|
| def testCannedCheckLongLines(self):
|
| check = lambda x, y, z: presubmit_canned_checks.CheckLongLines(x, y, 10, z)
|
|
|