Skip to content
Snippets Groups Projects
Commit bfd56e5b authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard
Browse files

d3dxof/tests: Improve some messages.

parent 235bb47d
No related branches found
No related tags found
No related merge requests found
......@@ -673,11 +673,11 @@ static void test_dump(void)
if (!ReadFile(hFile, pvData, 10000, &cbSize, NULL))
{
skip("Template file is too big\n");
skip("Templates file is too big\n");
goto exit;
}
printf("Load %d bytes\n", cbSize);
printf("Load templates file (%d bytes)\n", cbSize);
hr = pDirectXFileCreate(&lpDirectXFile);
ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment