| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch_unittest.py
|
| index 937f1d734a3103ee07592a243fc3705ff1c977f2..67025774f596d85d0fcf8ff2f0cc35b45e950cc8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch_unittest.py
|
| @@ -39,8 +39,3 @@ class WebKitPatchTest(unittest.TestCase):
|
| self.assertTrue(out.startswith('Usage: '))
|
| self.assertEqual('', err)
|
| self.assertEqual('', logs)
|
| -
|
| - def test_constructor_calls_bind_to_tool(self):
|
| - tool = WebKitPatch('path')
|
| - self.assertEqual(tool.commands[0]._tool, tool)
|
| - self.assertEqual(tool.commands[1]._tool, tool)
|
|
|