| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| index f26f3f72bf42118ba71fa182f7c182c355db8168..b6be4e6ba9370748f0dd4567df0d13ec6c08ff13 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| @@ -36,7 +36,6 @@ from webkitpy.common.host import Host
|
| from webkitpy.layout_tests.models import test_expectations
|
| from webkitpy.layout_tests.port.factory import platform_options
|
|
|
| -
|
| # This mirrors what the shell normally does.
|
| INTERRUPTED_EXIT_STATUS = signal.SIGINT + 128
|
|
|
| @@ -61,8 +60,8 @@ def lint(host, options):
|
|
|
| try:
|
| test_expectations.TestExpectations(port_to_lint,
|
| - expectations_dict={expectations_file: expectations_dict[expectations_file]},
|
| - is_lint_mode=True)
|
| + expectations_dict={expectations_file: expectations_dict[expectations_file]},
|
| + is_lint_mode=True)
|
| except test_expectations.ParseError as e:
|
| _log.error('')
|
| for warning in e.warnings:
|
|
|