summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-06-22 12:44:54 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-06-22 12:44:54 -0400
commited55eec8e352a9c38670a9155bc239748f578da4 (patch)
tree813c65a1b5b30e62f2716fdd21901d1e22ed9980 /indra
parented5db306545e414a1c975c1fff5908b6c2fe1389 (diff)
Always another platform build fix. Mac this time.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcorehttp/tests/test_httprequest.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp
index 8e62cd0f92..b09db6db28 100644
--- a/indra/llcorehttp/tests/test_httprequest.hpp
+++ b/indra/llcorehttp/tests/test_httprequest.hpp
@@ -206,7 +206,7 @@ void HttpRequestTestObjectType::test<2>()
// Okay, tear it down
HttpRequest::destroyService();
- printf("Old mem: %d, New mem: %d\n", mMemTotal, GetMemTotal());
+ // printf("Old mem: %d, New mem: %d\n", mMemTotal, GetMemTotal());
ensure("Memory returned", mMemTotal == GetMemTotal());
}
catch (...)