diff options
author | Richard Linden <none@none> | 2013-08-26 18:17:26 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-26 18:17:26 -0700 |
commit | 1f3f660cf4de95fa7e6cbe4015630640aecd22dd (patch) | |
tree | 1b64dea44cca08731b0c33b15b90e929c83831d0 /indra/llcommon/tests/llunits_test.cpp | |
parent | cb8c94cc888c432a22af98f9d28d448d66a77a52 (diff) | |
parent | 8535b87544cc2e71896716a4cd1c3c2445ff4af0 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llcommon/tests/llunits_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llunits_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llunits_test.cpp b/indra/llcommon/tests/llunits_test.cpp index 292c6122af..31d4f86159 100644 --- a/indra/llcommon/tests/llunits_test.cpp +++ b/indra/llcommon/tests/llunits_test.cpp @@ -271,6 +271,5 @@ namespace tut mega_bytes = (U32Megabytes)5 + (S32Megabytes)-1; ensure("can mix unsigned and signed in units addition", mega_bytes == (S32Megabytes)4); - } } |