cleanup after #234

This commit is contained in:
Niels 2016-04-16 12:19:10 +02:00
parent 6f0053a254
commit 76a5a776eb
4 changed files with 398 additions and 428 deletions

View file

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