tests: Add newline at the end of file

This commit is contained in:
Arseny Kapoulkine 2015-05-22 20:20:03 -07:00
parent 2a1aa9663b
commit 97afc16ef2

View file

@ -1150,4 +1150,4 @@ TEST_XML(dom_node_attribute_hinted, "<node attr1='1' attr2='2' attr3='3' />")
CHECK(node.attribute(STR("attr1"), hint) == attr1 && hint == attr2);
CHECK(!node.attribute(STR("attr"), hint) && hint == attr2);
}
}