diff --git a/tests/test_dom_traverse.cpp b/tests/test_dom_traverse.cpp index 6cebd50..5c7579a 100644 --- a/tests/test_dom_traverse.cpp +++ b/tests/test_dom_traverse.cpp @@ -1166,9 +1166,9 @@ TEST_XML(dom_as_uint_overflow, "") @@ -1184,8 +1184,8 @@ TEST_XML(dom_as_uint_hex_overflow, "") @@ -1273,4 +1273,4 @@ TEST_XML(dom_as_int_plus, "") CHECK(node.attribute(STR("attr2")).as_llong() == 10); CHECK(node.attribute(STR("attr2")).as_ullong() == 10); #endif -} \ No newline at end of file +}