Commit a9d347cb authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

mshtml/tests: Fixed typo.

parent 3e356df5
......@@ -2085,7 +2085,7 @@ static void test_default_arg_conv(IHTMLWindow2 *window)
test_elem_disabled(elem, VARIANT_TRUE);
V_VT(&v) = VT_I4;
V_BSTR(&v) = 0;
V_I4(&v) = 0;
hres = dispex_propput(dispex, DISPID_IHTMLELEMENT3_DISABLED, 0, &v, NULL);
ok(hres == S_OK, "InvokeEx failed: %08x\n", hres);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment