mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
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;
|
||||
|
||||
for (unsigned int i = 0; i < count; ++i)
|
||||
for (unsigned int j = 0; j < count; ++j)
|
||||
CHECK(doc.append_child(STR("n")));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user