Commit f1182f7f authored by qyearsley's avatar qyearsley Committed by Commit bot

Add Mac10.12 to the configuration tokens list.

BUG=697971

Review-Url: https://codereview.chromium.org/2744753002
Cr-Commit-Position: refs/heads/master@{#455960}
parent 5856f08d
...@@ -279,7 +279,7 @@ class TestExpectationLine(object): ...@@ -279,7 +279,7 @@ class TestExpectationLine(object):
# FIXME: Update the original specifiers and remove this once the old syntax is gone. # FIXME: Update the original specifiers and remove this once the old syntax is gone.
_configuration_tokens_list = [ _configuration_tokens_list = [
'Mac', 'Mac10.9', 'Mac10.10', 'Mac10.11', 'Retina', 'Mac', 'Mac10.9', 'Mac10.10', 'Mac10.11', 'Retina', 'Mac10.12',
'Win', 'Win7', 'Win10', 'Win', 'Win7', 'Win10',
'Linux', 'Trusty', 'Linux', 'Trusty',
'Android', 'Android',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment