| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_test.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_test.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_test.py
|
| index b1e4398186d8dcb78ec183f0109f1881ea125b76..af73d612742236e89f589147ecc82fca312b88d5 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_test.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_test.py
|
| @@ -50,6 +50,5 @@ class CommandsTest(unittest.TestCase):
|
| options.update_changelogs = False
|
| options.quiet = True
|
| options.reviewer = 'MOCK reviewer'
|
| - command.bind_to_tool(tool)
|
| OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout,
|
| expected_stderr=expected_stderr, expected_exception=expected_exception, expected_logs=expected_logs)
|
|
|