d3d8/tests: Use skip as is done in the other tests.

This commit is contained in:
Paul Vriens 2007-03-12 11:41:08 +01:00 committed by Alexandre Julliard
parent 034765e100
commit c912f791ee
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ START_TEST(visual)
d3d8_handle = LoadLibraryA("d3d8.dll");
if (!d3d8_handle)
{
trace("Could not load d3d8.dll, skipping tests\n");
skip("Could not load d3d8.dll\n");
return;
}