| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py
|
| index fac9754dc78aaa2b55f74260ce9a72e7ebd7f2ff..25a37cd021a4941b861f1f64c0288567df0267d2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py
|
| @@ -9,6 +9,7 @@ from webkitpy.layout_tests.controllers import layout_test_finder
|
|
|
|
|
| class LayoutTestFinderTests(unittest.TestCase):
|
| +
|
| def test_find_fastest_tests(self):
|
| host = MockHost()
|
| port = host.port_factory.get('test-win-win7', None)
|
|
|