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

@ -64,8 +64,8 @@ IF (MSGPACK_CXX11)
shared_ptr_cpp11.cpp shared_ptr_cpp11.cpp
unique_ptr_cpp11.cpp unique_ptr_cpp11.cpp
# fuzzer tests are cpp11 only # fuzzers are cpp11 only
fuzz_unpack_pack_fuzzer.cpp fuzz_unpack_pack_fuzzer_cpp11.cpp
) )
ENDIF () ENDIF ()

View File

@ -1,6 +1,6 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "../fuzz/unpack_pack_fuzzer.cc" #include "../fuzz/unpack_pack_fuzzer.cpp"
TEST(FUZZ_UNPACK_PACK_FUZZER, works) TEST(FUZZ_UNPACK_PACK_FUZZER, works)
{ {