mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[PROPSYS_WINETEST] Sync with Wine Staging 2.9. CORE-13362
svn path=/trunk/; revision=74837
This commit is contained in:
parent
c547bb4ae4
commit
16a6deef46
1 changed files with 2 additions and 2 deletions
|
@ -742,10 +742,10 @@ static void test_PropVariantCompare(void)
|
|||
ok(res == 0, "res=%i\n", res);
|
||||
|
||||
res = PropVariantCompareEx(&i2_2, &str_2, 0, 0);
|
||||
todo_wine ok(res == 0, "res=%i\n", res);
|
||||
ok(res == 0, "res=%i\n", res);
|
||||
|
||||
res = PropVariantCompareEx(&i2_2, &str_02, 0, 0);
|
||||
todo_wine ok(res == 0, "res=%i\n", res);
|
||||
ok(res == 0, "res=%i\n", res);
|
||||
|
||||
res = PropVariantCompareEx(&str_2, &i2_2, 0, 0);
|
||||
todo_wine ok(res == 0, "res=%i\n", res);
|
||||
|
|
Loading…
Reference in a new issue