mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
[PROPSYS_WINETEST]
- Fix VS2010 build svn path=/trunk/; revision=73184
This commit is contained in:
parent
c707b2d936
commit
03d2a4b809
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ static void test_PSPropertyKeyFromString(void)
|
|||
} testcases[] =
|
||||
{
|
||||
{NULL, NULL, E_POINTER},
|
||||
{NULL, &out, E_POINTER, out_init},
|
||||
{NULL, &out, E_POINTER, {GUID_MEMBERS(out_init.fmtid), out_init.pid}},
|
||||
{emptyW, NULL, E_POINTER},
|
||||
{emptyW, &out, E_INVALIDARG, {GUID_MEMBERS(GUID_NULL), 0}},
|
||||
{fmtid_clsidW, &out, E_INVALIDARG, {GUID_MEMBERS(GUID_NULL), 0}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue