no reason to have this declaration

This commit is contained in:
Chris Wolfe
2018-04-24 18:09:15 -05:00
parent f34289fdfd
commit b02371efe5

View File

@@ -2,8 +2,6 @@
#include "../fuzz/unpack_pack_fuzzer.cc"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
{
EXPECT_EQ(0, LLVMFuzzerTestOneInput(0, 0));