diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-07-15 18:53:59 -0500 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-07-15 18:53:59 -0500 |
commit | 5b102d108d9a02f3c697638a6cd7877f19f3173f (patch) | |
tree | a040f6a0a82f2088d7ea0573ca557e1db3322641 /tests | |
parent | 525b2fe5c3c304cbc2bec030b04539ab193e5dcd (diff) |
tests: Fix clang warning
Diffstat (limited to 'tests')
-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 62fbbce..f199eb9 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -1205,4 +1205,4 @@ TEST(parse_encoding_detect_latin1) CHECK(doc.load_buffer(test2, sizeof(test2)).encoding == encoding_latin1); CHECK(doc.load_buffer(test3, sizeof(test3)).encoding == encoding_latin1); CHECK(doc.load_buffer(test4, sizeof(test4)).encoding == encoding_latin1); -}
\ No newline at end of file +} |