mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[ADVPACK_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66627
This commit is contained in:
parent
c46d40ad2f
commit
a5ef97a5f5
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ static void delnode_test(void)
|
|||
CloseHandle(hn);
|
||||
hr = pDelNode(lstrcatA(currDir, "\\DelNodeTestDir"), 0);
|
||||
ok (hr == S_OK, "DelNode failed deleting a directory containing multiple files\n");
|
||||
currDir[currDirLen] = '\0';
|
||||
}
|
||||
|
||||
static void append_str(char **str, const char *data, ...)
|
||||
|
|
Loading…
Reference in a new issue