| 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..69b1e9aa761768bd20e055e86e3b087934e25fd4 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
|
| @@ -61,8 +61,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:
|
|
|