This commit is contained in:
Niels 2016-04-30 00:12:19 +02:00
parent 1d3b4dd158
commit f4ecceab19

View file

@ -12427,7 +12427,6 @@ TEST_CASE("JSON pointers")
})
{
CHECK(json::json_pointer(ptr).to_string() == ptr);
CHECK(json::json_pointer(ptr) == ptr);
}
}
}