Skip to content

Commit

Permalink
another test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 23, 2015
1 parent f8d263a commit 47e3a3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/json_unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -939,12 +939,10 @@ TEST_CASE("null")
CHECK(n2 == json());

json::iterator it = n1.begin();
++it;
CHECK(it == n1.end());
--it;

json::const_iterator cit = n1.cbegin();
++cit;
CHECK(cit == n1.cend());
--cit;
}
}

Expand Down

0 comments on commit 47e3a3e

Please sign in to comment.