Browse Source

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

Benoit Blanchon 1 year ago
parent
commit
af8c615266
2 changed files with 1 additions and 1 deletions
  1. 1 1
      extras/tests/JsonObject/CMakeLists.txt
  2. 0 0
      extras/tests/JsonObject/set.cpp

+ 1 - 1
extras/tests/JsonObject/CMakeLists.txt

@@ -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

+ 0 - 0
extras/tests/JsonObject/copy.cpp → extras/tests/JsonObject/set.cpp