summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-26 18:00:24 -0700
committerRichard Linden <none@none>2013-08-26 18:00:24 -0700
commit8535b87544cc2e71896716a4cd1c3c2445ff4af0 (patch)
treef37bc39df9f6ddf30533a2dfa6f294ebda0a4b41 /indra/llcommon/tests
parent662d6a17712fbba5cea0d9cf20f5a2f32e2dd537 (diff)
removed some unecessary template parameters from LLUnit member functions
forced unit conversion code to inline unit conversion now no longer converts all the way to base and back, but tries to find equivalent units as early as possible fixed another llinfos instance scene monitor now outputs n/a for invalid samples
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r--indra/llcommon/tests/llunits_test.cpp1
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);
-
}
}