From 16a6deef46807a3da8dff83101afaeb85476c10d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 3 Jun 2017 22:35:33 +0000 Subject: [PATCH] [PROPSYS_WINETEST] Sync with Wine Staging 2.9. CORE-13362 svn path=/trunk/; revision=74837 --- rostests/winetests/propsys/propsys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rostests/winetests/propsys/propsys.c b/rostests/winetests/propsys/propsys.c index 921a8715441..9a5a4c2cd42 100644 --- a/rostests/winetests/propsys/propsys.c +++ b/rostests/winetests/propsys/propsys.c @@ -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);