Fixup stale comment about supported OSs

llvm-svn: 245089
This commit is contained in:
Reid Kleckner 2015-08-14 20:01:27 +00:00
parent bef1094ee7
commit 4ca630be18
1 changed files with 1 additions and 2 deletions

View File

@ -188,7 +188,6 @@ config.suffixes = ['.c', '.cc', '.cpp']
if config.host_os == 'Darwin':
config.suffixes.append('.mm')
# AddressSanitizer tests are currently supported on Linux, Darwin and
# FreeBSD only.
# Only run the tests on supported OSs.
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
config.unsupported = True