From cbd8131d0939155b8584b0427ca91f8d5229ac23 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 23 Feb 2014 19:38:24 +0000 Subject: Fix clang build. git-svn-id: https://pugixml.googlecode.com/svn/trunk@986 99668b35-9821-0410-8761-19e4c4f06640 --- 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 eb8fefb..c9eeb82 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -981,4 +981,4 @@ TEST(parse_pcdata_gap_fragment) xml_document doc; CHECK(doc.load(STR("a&b"), parse_fragment | parse_escapes)); CHECK_STRING(doc.text().get(), STR("a&b")); -} \ No newline at end of file +} -- cgit v1.2.3