diff options
Diffstat (limited to 'indra/llcommon/tests')
| -rw-r--r-- | indra/llcommon/tests/llunits_test.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llcommon/tests/llunits_test.cpp b/indra/llcommon/tests/llunits_test.cpp index 04764f6c2f..a5df51f6de 100644 --- a/indra/llcommon/tests/llunits_test.cpp +++ b/indra/llcommon/tests/llunits_test.cpp @@ -56,6 +56,9 @@ namespace tut  		LLUnit<F32, Quatloos> float_quatloos;  		ensure(float_quatloos == 0.f); +		LLUnit<F32, Quatloos> float_initialize_quatloos(1); +		ensure(float_initialize_quatloos == 1.f); +  		LLUnit<S32, Quatloos> int_quatloos;  		ensure(int_quatloos == 0); | 
