| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| index 7c8a2763845ecff19b16e7cbe247fe851009f802..5310598af4ed695485e8287e3e887db46ee0f82e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| @@ -34,9 +34,9 @@ from webkitpy.layout_tests.port import port_testcase
|
|
|
| class MacPortTest(port_testcase.PortTestCase):
|
| os_name = 'mac'
|
| - os_version = 'mac10.11'
|
| + os_version = 'mac10.12'
|
| port_name = 'mac'
|
| - full_port_name = 'mac-mac10.11'
|
| + full_port_name = 'mac-mac10.12'
|
| port_maker = mac.MacPort
|
|
|
| def assert_name(self, port_name, os_version_string, expected):
|
|
|