diff options
author | Graham Linden <graham@lindenlab.com> | 2019-03-13 16:43:50 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-03-13 16:43:50 -0700 |
commit | 8f45250f64230546d9d79cfea857b780e127baed (patch) | |
tree | 66393177a84de112cc0a940e134b3464eff7ad07 /indra/llmath | |
parent | a86a691354985bcd15b8e6072010be6538de2f6c (diff) |
Put back test diff from viewer-release that should be.
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/tests/m3math_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp index 1ca2b005d9..2a0fe76aa7 100644 --- a/indra/llmath/tests/m3math_test.cpp +++ b/indra/llmath/tests/m3math_test.cpp @@ -77,7 +77,7 @@ namespace tut template<> template<> void m3math_test_object_t::test<2>() { - LLMatrix3 llmat3_obj(30, 1, 2, 3); + LLMatrix3 llmat3_obj; llmat3_obj.setZero(); ensure("LLMatrix3::setZero failed", 0.f == llmat3_obj.setZero().mMatrix[0][0] && |