summaryrefslogtreecommitdiff
path: root/indra/test/test.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-08 23:50:27 -0800
committerRichard Linden <none@none>2013-01-08 23:50:27 -0800
commit0ba9a00c3116b69745f2d5070ce772d5d4965dbf (patch)
treed79795487a3bddf08ade8cef0a2a96d3e1ffb92f /indra/test/test.cpp
parent2f91ffb45c44c3406b1b97dc987cfb7593852a46 (diff)
SH-3468 WIP add memory tracking base class
cleaned up hacks used to get unit tests working LLTrace::init now supports recursive initialization/cleanup put NOMINMAX back in win32 header wrappers
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r--indra/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index 8bd302ce7a..28de88201c 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -514,8 +514,8 @@ int main(int argc, char **argv)
#endif
ll_init_apr();
- LLTrace::init();
+ LLTrace::init();
apr_getopt_t* os = NULL;
if(APR_SUCCESS != apr_getopt_init(&os, gAPRPoolp, argc, argv))
{