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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user