[WSHOM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 18 Aug 2016 10:53:52 +0000 (10:53 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 18 Aug 2016 10:53:52 +0000 (10:53 +0000)
svn path=/trunk/; revision=72316

rostests/winetests/wshom/wshom.c

index a84d67d..22a4689 100644 (file)
@@ -217,7 +217,9 @@ static void test_wshshell(void)
 
     /* current directory */
 if (0) /* crashes on native */
+{
     hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
+}
 
     str = NULL;
     hr = IWshShell3_get_CurrentDirectory(sh3, &str);