| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| index 0b39dea6db86f96427494329c7d2750a15d05d7c..2cf04c65e1e55c0f724578ce1800c1eaa162b883 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -986,7 +986,7 @@ class TestExpectations(object):
|
| return set(suffixes)
|
|
|
| @staticmethod
|
| - # test_result is an instance of webkitpy.common.net.layouttestresults.LayoutTestResult
|
| + # test_result is an instance of webkitpy.common.net.layout_test_results.LayoutTestResult
|
| def suffixes_for_test_result(test_result):
|
| suffixes = set()
|
| actual_results = test_result.actual_results()
|
|
|