0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 12:41:06 +08:00

tests: Fix wchar_t build

This commit is contained in:
Arseny Kapoulkine 2021-05-11 23:22:13 -07:00
parent 8cece4b9fe
commit 5c4225b5c9

View File

@ -1815,6 +1815,6 @@ TEST(document_move_assign_empty)
doc = xml_document();
doc.append_child(STR("node2"));
CHECK_NODE(doc, "<node2/>");
CHECK_NODE(doc, STR("<node2/>"));
}
#endif