Commit a1adaaca authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

advapi32/tests: Skip WoW64 tests on 32-bit in test_reg_create_key.

parent 7565d614
......@@ -1338,9 +1338,9 @@ static void test_reg_create_key(void)
* the registry access check is performed correctly. Redirection isn't
* being tested, so the tests don't care about whether the process is
* running under WOW64. */
if (!pIsWow64Process)
if (!has_wow64())
{
win_skip("WOW64 flags are not recognized\n");
skip("WOW64 flags are not recognized\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