[ADVPACK_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66627
This commit is contained in:
Amine Khaldi 2015-03-09 19:20:13 +00:00
parent c46d40ad2f
commit a5ef97a5f5

View file

@ -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, ...)