2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

array tests and tidy

This commit is contained in:
Vinnie Falco
2019-10-07 18:05:40 -07:00
parent 3a2cba007f
commit a0b5dfe16d
6 changed files with 451 additions and 482 deletions

View File

@@ -165,7 +165,7 @@ public:
}
void
testAssignment()
testOpAssign()
{
// operator=(string)
fail_loop([](storage_ptr const& sp)
@@ -634,7 +634,7 @@ public:
run() override
{
testCtors();
testAssignment();
testOpAssign();
testAssign();
testAccess();
testIterators();