[test] Fix presubmit for new dependency

TBR=martyn.capewell@arm.com
NOTRY=true

Review-Url: https://codereview.chromium.org/2818563005
Cr-Commit-Position: refs/heads/master@{#44654}
This commit is contained in:
machenbach 2017-04-13 12:50:49 -07:00 committed by Commit bot
parent 07aea4421b
commit e8cfc5b7ca

View File

@ -193,7 +193,7 @@ class SourceFileProcessor(object):
def IgnoreDir(self, name):
return (name.startswith('.') or
name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
'octane', 'sunspider'))
'octane', 'sunspider', 'traces-arm64'))
def IgnoreFile(self, name):
return name.startswith('.')