kernel32/tests: Use skip.

This commit is contained in:
Paul Vriens 2007-03-20 17:11:54 +01:00 committed by Alexandre Julliard
parent 111610c45e
commit 5b5d737111
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ static void test_GetSetEnvironmentVariableW(void)
if (ret == FALSE && GetLastError()==ERROR_CALL_NOT_IMPLEMENTED)
{
/* Must be Win9x which doesn't support the Unicode functions */
skip("SetEnvironmentVariableW is not implemented\n");
return;
}
ok(ret == TRUE,