0
0
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:
Arseny Kapoulkine 2015-05-22 08:43:36 -07:00
parent 677e95010e
commit fc1dcab79d

View File

@ -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")));
}