Commit e1463532 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dx9/tests: Initialize an input variable.

parent dbfd33e5
......@@ -3309,6 +3309,7 @@ static void test_D3DXFloat_Array(void)
};
/* exception on NULL out or in parameter */
single.f = 0.0f;
out = D3DXFloat32To16Array(&half, &single.f, 0);
ok(out == &half, "Got %p, expected %p.\n", out, &half);
......
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