Skip to content

Commit

Permalink
tests: Fix wchar_t build
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed May 12, 2021
1 parent 8cece4b commit 5c4225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c4225b

Please sign in to comment.