mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 20:36:27 +00:00
cleanup after #234
This commit is contained in:
@@ -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