| Index: Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| index 681434df48bbc8285c1da8d7d4b8113d2f79526a..72e37cfe324bdc5a03c9ac3d2feb12f5620b2626 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| @@ -77,6 +77,9 @@ class MockDRTPortTest(port_testcase.PortTestCase):
|
| def test_check_build(self):
|
| pass
|
|
|
| + def test_virtual_test_suites(self):
|
| + pass
|
| +
|
|
|
| class MockDRTTest(unittest.TestCase):
|
| def input_line(self, port, test_name, pixel_tests, checksum=None):
|
|
|