Skip to content

Commit de59b39

Browse files
committed
conform to project norms and naming conventions
1 parent b02371e commit de59b39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ IF (MSGPACK_CXX11)
6464
shared_ptr_cpp11.cpp
6565
unique_ptr_cpp11.cpp
6666

67-
# fuzzer tests are cpp11 only
68-
fuzz_unpack_pack_fuzzer.cpp
67+
# fuzzers are cpp11 only
68+
fuzz_unpack_pack_fuzzer_cpp11.cpp
6969
)
7070
ENDIF ()
7171

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <gtest/gtest.h>
22

3-
#include "../fuzz/unpack_pack_fuzzer.cc"
3+
#include "../fuzz/unpack_pack_fuzzer.cpp"
44

55
TEST(FUZZ_UNPACK_PACK_FUZZER, works)
66
{

0 commit comments

Comments
 (0)