diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-04 12:52:36 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-04 12:52:36 -0800 |
commit | cbffa57351cdbdd189cf8251fdab0b62690fa33a (patch) | |
tree | 3a05d3f6351bba5b10df5e34f726ac16a000392b /indra/llcommon/tests | |
parent | 3f78394f42ecf1f41edd926e0d1ba87c793330ae (diff) |
fix linking to llqtwebkit.
Diffstat (limited to 'indra/llcommon/tests')
-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); } |