Fix sanitizer test

This commit is contained in:
Thom Wiggers 2019-04-15 16:04:50 +02:00
parent ff71e7de11
commit a5e906a306
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -41,7 +41,7 @@ def check_functest(implementation):
)
@helpers.skip_windows
@helpers.skip_windows()
def check_functest_sanitizers(implementation):
env = None
if platform.machine() == 'ppc' and os.environ.get('CC', 'gcc') == 'clang':