| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index ba0ee99ff0bb801f8827c954f35b4490193b6dc4..8af17125d73efe4bc76883997eeb59ca64c603ee 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -46,7 +46,6 @@ from webkitpy.layout_tests.generate_results_dashboard import DashBoardGenerator
|
| _log = logging.getLogger(__name__)
|
|
|
|
|
| -
|
| def main(argv, stdout, stderr):
|
| options, args = parse_args(argv)
|
|
|
|
|