mshtml/tests: make sure a return value is used (LLVM/Clang) (2/2)

Austin English austinenglish at gmail.com
Thu Feb 10 15:27:29 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index f9aafbb..761d440 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -1832,6 +1832,7 @@ static void test_nextdispid(IDispatchEx *dispex)
 
     V_VT(&var) = VT_EMPTY;
     hres = dispex_propput(dispex, dyn_id, 0, &var);
+    ok(hres == S_OK, "dispex_propput failed: %08x\n", hres);
 
     while(last_id != dyn_id) {
         hres = IDispatchEx_GetNextDispID(dispex, fdexEnumAll, last_id, &id);


More information about the wine-patches mailing list