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 = xml_document();
|
||||||
doc.append_child(STR("node2"));
|
doc.append_child(STR("node2"));
|
||||||
|
|
||||||
CHECK_NODE(doc, "<node2/>");
|
CHECK_NODE(doc, STR("<node2/>"));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user