diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-02-23 19:38:24 +0000 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-02-23 19:38:24 +0000 |
commit | cbd8131d0939155b8584b0427ca91f8d5229ac23 (patch) | |
tree | 84860ca29c8d4339223a744aa9cf0ac3a4e8deb0 /tests | |
parent | 934bddcfa682778168c24fd78c8868353d9d6e35 (diff) |
Fix clang build.
git-svn-id: https://pugixml.googlecode.com/svn/trunk@986 99668b35-9821-0410-8761-19e4c4f06640
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 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 +} |