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

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

View File

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