Commit 1f8f7cf7 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

uxtheme/tests: Fix typo.

parent 692aa004
......@@ -421,7 +421,7 @@ static void test_OpenThemeDataEx(void)
ok( GetLastError() == E_PROP_ID_UNSUPPORTED,
"Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n",
GetLastError());
skip("No active theme, skipping rest of OpenThemeData tests\n");
skip("No active theme, skipping rest of OpenThemeDataEx tests\n");
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