diff options
author | Richard Linden <none@none> | 2013-08-23 13:41:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-23 13:41:51 -0700 |
commit | a77f42494584537489410a5157179aaadf868935 (patch) | |
tree | 22e283bc06929dcceb6bc5bdc0025069d6ea143a /indra/llcommon/tests/llsdserialize_test.cpp | |
parent | c95d0b884371045a46c345d43fab90b5f3d6ccb2 (diff) |
BUILDFIX: fix for crashes in unit tests on mac and linux
Diffstat (limited to 'indra/llcommon/tests/llsdserialize_test.cpp')
-rwxr-xr-x | indra/llcommon/tests/llsdserialize_test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index 235008a5ae..b5893135ea 100755 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -56,12 +56,9 @@ namespace lambda = boost::lambda; #include "../llformat.h" #include "../test/lltut.h" -#include "../test/manageapr.h" #include "../test/namedtempfile.h" #include "stringize.h" -static ManageAPR manager; - std::vector<U8> string_to_vector(const std::string& str) { return std::vector<U8>(str.begin(), str.end()); @@ -1723,5 +1720,6 @@ namespace tut "This string\n" "has several\n" "lines."); + } } |