diff options
Diffstat (limited to 'tests/test_write.cpp')
-rw-r--r-- | tests/test_write.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_write.cpp b/tests/test_write.cpp index 523a91e..0c20e26 100644 --- a/tests/test_write.cpp +++ b/tests/test_write.cpp @@ -419,7 +419,7 @@ TEST(write_stackless) data += STR("text"); - for (unsigned int i = 0; i < count; ++i) + for (unsigned int j = 0; j < count; ++j) data += STR("</a>"); xml_document doc; |