From 5b102d108d9a02f3c697638a6cd7877f19f3173f Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 15 Jul 2016 18:53:59 -0500 Subject: tests: Fix clang warning --- tests/test_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- cgit v1.2.3