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:
parent
8cece4b9fe
commit
5c4225b5c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user