Commit 6d1db050 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

oleaut32/tests: Correct output arguments.

parent d6ac5a4b
......@@ -5510,7 +5510,7 @@ static void test_VarCat(void)
/* Determine the error code for the vt combination */
ok(hres == expected_error_num,
"VarCat: %d, %d returned error, 0x%X expected 0x%X.\n",
leftvt, rightvt, expected_error_num, hres);
leftvt, rightvt, hres, expected_error_num);
/* Check types are correct */
ok(V_VT(&result) == resultvt,
......
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