tests: Fix MSVC6 compilation
This commit is contained in:
parent
677e95010e
commit
fc1dcab79d
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ TEST(parse_out_of_memory_allocator_state_sync)
|
|||
|
||||
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")));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue