[compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD

This commit is contained in:
Kamil Rytarowski 2019-12-19 01:15:03 +01:00
parent 7026b34702
commit d15241ed2c
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ config.test_format = lit.formats.ShTest(execute_external)
# 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
sys.platform.startswith('win')):
lit_config.note('lsan feature unavailable')
else: