Commit 9b5ed14b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent bb21ac85
......@@ -9792,7 +9792,7 @@ static void test_clone_mesh(void)
for (j = 0; tc[i].new_declaration[j].Stream != 0xFF; j++)
{
ok(memcmp(&tc[i].new_declaration[j], &new_declaration[j], sizeof(*new_declaration)) == 0,
"Test case %d failed. Declaration element %d did not match.", i, j);
"Test case %d failed. Declaration element %d did not match.\n", i, j);
}
/* Check declaration length */
......
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