conform to project norms and naming conventions

This commit is contained in:
Chris Wolfe
2018-04-24 20:04:54 -05:00
parent b02371efe5
commit de59b393c7
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#include <gtest/gtest.h>
#include "../fuzz/unpack_pack_fuzzer.cpp"
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
{
EXPECT_EQ(0, LLVMFuzzerTestOneInput(0, 0));
}