| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| index bf48922a69ab9d67afc6f4e27d6a4316b07ba6de..bb17765c512ba024a1e65203bb2b4d664a423f1f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| @@ -176,7 +176,7 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
|
| self.tool.executive.calls,
|
| [
|
| [['python', 'echo', 'copy-existing-baselines-internal', '--suffixes', 'txt',
|
| - '--builder', 'MOCK Try Win', '--test', 'fast/dom/prototype-taco.html', '--build-number', '5000']],
|
| + '--builder', 'MOCK Try Win', '--test', 'fast/dom/prototype-taco.html']],
|
| [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt',
|
| '--builder', 'MOCK Try Win', '--test', 'fast/dom/prototype-taco.html', '--build-number', '5000']],
|
| [['python', 'echo', 'optimize-baselines', '--no-modify-scm', '--suffixes', 'txt', 'fast/dom/prototype-taco.html']]
|
|
|