summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-23 19:38:24 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-23 19:38:24 +0000
commitcbd8131d0939155b8584b0427ca91f8d5229ac23 (patch)
tree84860ca29c8d4339223a744aa9cf0ac3a4e8deb0
parent934bddcfa682778168c24fd78c8868353d9d6e35 (diff)
Fix clang build.
git-svn-id: https://pugixml.googlecode.com/svn/trunk@986 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--tests/test_parse.cpp2
1 files changed, 1 insertions, 1 deletions
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&amp;b"), parse_fragment | parse_escapes));
CHECK_STRING(doc.text().get(), STR("a&b"));
-} \ No newline at end of file
+}