remove stale comment

llvm-svn: 359588
This commit is contained in:
Jonathan Metzman 2019-04-30 17:58:58 +00:00
parent d61084901c
commit 5a271cd758
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else:
# the test runner updated.
config.test_format = lit.formats.ShTest(execute_external)
# LeakSanitizer is not supported on OSX, Windows, or i386 right now.
# LeakSanitizer is not supported on OSX or Windows right now.
if (sys.platform.startswith('darwin') or
sys.platform.startswith('freebsd') or
sys.platform.startswith('netbsd') or