mirror of
https://github.com/nlohmann/json.git
synced 2026-05-15 18:55:26 +00:00
cleanup after #234
This commit is contained in:
+1
-1
@@ -12410,7 +12410,7 @@ TEST_CASE("regression tests")
|
||||
|
||||
SECTION("issue #233 - Can't use basic_json::iterator as a base iterator for std::move_iterator")
|
||||
{
|
||||
json source = {"a", "b", "c"};
|
||||
json source = {"a", "b", "c"};
|
||||
json expected = {"a", "b"};
|
||||
json dest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user