Commit 7c676fbf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msxml3/tests: Add a '\n' to an ok() call.

parent 2bce4273
......@@ -7287,7 +7287,7 @@ static void test_nodeTypedValue(void)
if (entry->type == (VT_ARRAY|VT_UI1))
{
ok(!memcmp( V_BSTR(&value), entry->value, strlen(entry->value)),
"expected %s", entry->value);
"expected %s\n", entry->value);
}
else
ok(lstrcmpW( V_BSTR(&value), _bstr_(entry->value)) == 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment