summaryrefslogtreecommitdiff
path: root/indra/llmath/tests
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-03-13 13:21:48 -0700
committerGraham Linden <graham@lindenlab.com>2019-03-13 13:21:48 -0700
commit898c9f44218353b3bf71b78ffce02662b4927625 (patch)
tree2793682ba7d69d34730a4aeced04100312a479a2 /indra/llmath/tests
parent868cd32e5e229e503f1b5b1d5ec543fd6f76cb7f (diff)
Mods to make merge with viewer-release have less whitespace-only change and fix diffs between EEP and VR.
Diffstat (limited to 'indra/llmath/tests')
-rw-r--r--indra/llmath/tests/m3math_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp
index 2a0fe76aa7..1ca2b005d9 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;
+ LLMatrix3 llmat3_obj(30, 1, 2, 3);
llmat3_obj.setZero();
ensure("LLMatrix3::setZero failed", 0.f == llmat3_obj.setZero().mMatrix[0][0] &&