diff --git a/tests/fuzzer/test_init.h b/tests/fuzzer/test_init.h index 3d8d07c89..6c9113d99 100644 --- a/tests/fuzzer/test_init.h +++ b/tests/fuzzer/test_init.h @@ -5,10 +5,6 @@ #include "fuzzer_assert.h" #include "test_assert.h" -static_assert(__has_feature(memory_sanitizer) || - __has_feature(address_sanitizer), - "sanitizer disabled"); - // Utility for test run. struct OneTimeTestInit { // Declare trap for the Flatbuffers test engine. @@ -53,4 +49,4 @@ struct OneTimeTestInit { static OneTimeTestInit one_time_init_; }; -#endif // !FUZZER_TEST_INIT_H_ \ No newline at end of file +#endif // !FUZZER_TEST_INIT_H_