Commit 3f68d421 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

uxtheme/tests: Use skip instead of trace.

parent 2b83936b
...@@ -260,7 +260,7 @@ static void test_OpenThemeData(void) ...@@ -260,7 +260,7 @@ static void test_OpenThemeData(void)
ok( GetLastError() == E_PROP_ID_UNSUPPORTED, ok( GetLastError() == E_PROP_ID_UNSUPPORTED,
"Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n", "Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n",
GetLastError()); GetLastError());
trace("No active theme, skipping rest of OpenThemeData tests\n"); skip("No active theme, skipping rest of OpenThemeData tests\n");
return; return;
} }
......
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