[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 17 Nov 2016 23:56:32 +0000 (23:56 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 17 Nov 2016 23:56:32 +0000 (23:56 +0000)
svn path=/trunk/; revision=73320

rostests/winetests/wshom/wshom.c

index 22a4689..3cc00dc 100644 (file)
@@ -216,10 +216,8 @@ static void test_wshshell(void)
     SysFreeString(str);
 
     /* current directory */
-if (0) /* crashes on native */
-{
-    hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
-}
+    if (0) /* crashes on native */
+        hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
 
     str = NULL;
     hr = IWshShell3_get_CurrentDirectory(sh3, &str);