diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-17 13:52:53 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-17 13:52:53 -0500 |
commit | 7d16a1959005ec7607a787f757a049d744fafb8e (patch) | |
tree | 0edd3491ba75e4ce537bdc5e544b029b24922e04 /indra/llcommon/tests/llsdserialize_test.cpp | |
parent | fb94ad7646b5c8a2eaa65e41b0b8b1679652d956 (diff) | |
parent | b890f3cd55b21c62d2629c82336cd19e2750a760 (diff) |
merge changes for viewer-autobuild
Diffstat (limited to 'indra/llcommon/tests/llsdserialize_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llsdserialize_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index 770443da1d..7b4c7d6a48 100644 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -452,7 +452,7 @@ namespace tut checkRoundTrip(msg + " nested arrays", v); v = LLSD::emptyMap(); - fillmap(v, 10, 6); // 10^6 maps + fillmap(v, 10, 3); // 10^6 maps checkRoundTrip(msg + " many nested maps", v); } |