Rename tests/JsonObject/copy.cpp to set.cpp

This commit is contained in:
Benoit Blanchon
2024-03-16 14:02:56 +01:00
parent bd13375729
commit af8c615266
2 changed files with 1 additions and 1 deletions

View File

@ -6,12 +6,12 @@ add_executable(JsonObjectTests
clear.cpp
compare.cpp
containsKey.cpp
copy.cpp
equals.cpp
isNull.cpp
iterator.cpp
nesting.cpp
remove.cpp
set.cpp
size.cpp
std_string.cpp
subscript.cpp