diff options
| -rw-r--r-- | tests/test_parse.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp index 393e14c..2c3f125 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -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")));  } | 
