mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 06:55:50 +02:00
Fix #969
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
|
||||
BOOST_AUTO_TEST_CASE(works)
|
||||
{
|
||||
BOOST_CHECK_EQUAL(0, FuzzerTestOneInput(MSGPACK_NULLPTR, 0));
|
||||
BOOST_CHECK_EQUAL(0, LLVMFuzzerTestOneInput(MSGPACK_NULLPTR, 0));
|
||||
}
|
||||
|
Reference in New Issue
Block a user