mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
kernel32/tests: Add a forgotten if statement.
This commit is contained in:
parent
042bdefe5e
commit
7a6fbf2b09
@ -237,6 +237,7 @@ static void test_profile_sections_names(void)
|
||||
/* Test with sufficiently large buffer */
|
||||
SetLastError(0xdeadbeef);
|
||||
ret = GetPrivateProfileSectionNamesW( bufW, 29, testfile3W );
|
||||
if (ret == 0 && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
|
||||
{
|
||||
skip("GetPrivateProfileSectionNamesW is not implemented\n");
|
||||
DeleteFileA( testfile3 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user