This commit is contained in:
Daniil Kovalev
2021-08-30 21:45:50 +03:00
parent 0b8d6a6614
commit 4ea4d69123
3 changed files with 7 additions and 3 deletions

View File

@@ -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));
}