mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
uxtheme/tests: Fix typo.
This commit is contained in:
parent
692aa004d0
commit
1f8f7cf7af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue