tests: Fix wchar_t build
This commit is contained in:
parent
8cece4b9fe
commit
5c4225b5c9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue