d3dx9/tests: Remove spurious assignment (LLVM/Clang).

This commit is contained in:
Matteo Bruni 2011-02-07 19:49:45 +01:00 committed by Alexandre Julliard
parent 6505aed598
commit ffe65c2721
1 changed files with 0 additions and 1 deletions

View File

@ -935,7 +935,6 @@ static void D3DXQuaternionTest(void)
ok(relative_error(angle, expected ) < admitted_error, "Expected: %f, Got: %f\n", expected, angle);
/* Test if |w|>1.0f */
expectedvec.x = 1.0f; expectedvec.y = 2.0f; expectedvec.z = 4.0f;
expected = 0.0f;
D3DXQuaternionToAxisAngle(&q,&axis,&angle);
expect_vec3(expectedvec,axis);
/* Test the null quaternion */