From fc1dcab79d43822f05c3dfe4dc391987c6bbc2d2 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 22 May 2015 08:43:36 -0700 Subject: tests: Fix MSVC6 compilation --- tests/test_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_parse.cpp') 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"))); } -- cgit v1.2.3