Commit bfd56e5b authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof/tests: Improve some messages.

parent 235bb47d
......@@ -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);
......
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