tests: Fix MSVC6 compilation
This commit is contained in:
parent
677e95010e
commit
fc1dcab79d
@ -956,7 +956,7 @@ TEST(parse_out_of_memory_allocator_state_sync)
|
|||||||
|
|
||||||
test_runner::_memory_fail_threshold = 0;
|
test_runner::_memory_fail_threshold = 0;
|
||||||
|
|
||||||
for (unsigned int i = 0; i < count; ++i)
|
for (unsigned int j = 0; j < count; ++j)
|
||||||
CHECK(doc.append_child(STR("n")));
|
CHECK(doc.append_child(STR("n")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user