Remove a static_assert (#5643)
authorGoogle AutoFuzz Team <security-tps@google.com>
Mon, 2 Dec 2019 22:13:28 +0000 (17:13 -0500)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 2 Dec 2019 22:13:28 +0000 (14:13 -0800)
commit4fd8eb214b93d9d60a5753d2db9cbbba4a9ec937
treee0c5d993f96040c04478ad6f0c6b58f69b7666c7
parent65f87035727ee05067ef8338dbe11de205a87563
Remove a static_assert (#5643)

Having a static_assert on MSAN and ASAN prevents
the fuzzers from being used with different engines,
like TSAN, UBSAN, … but also with fuzzers that aren't
using MSAN/ASAN like afl for example.
tests/fuzzer/test_init.h