diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-02-17 18:46:17 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-02-17 18:46:17 -0500 |
| commit | cba34d7d4cdb0339113a4798965d595645d5cb49 (patch) | |
| tree | b74325f43d5757fdab1ce607b4f6aff94529e7b3 /indra/llcommon/tests/llsdserialize_test.cpp | |
| parent | 0a262969e1da82fc95ec889f7aaafa4078bcf480 (diff) | |
| parent | 76d67b1f78eb4e8dc11c962d998e06fe28653a4b (diff) | |
merge up from 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); } |
