diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-06-10 16:05:57 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-06-10 16:05:57 +0300 |
commit | 7331d281e84da73907e1067b03ad4662991f4808 (patch) | |
tree | f911416d189a02775a21e3fc94b4bf8027e4ada9 /indra/llcommon/tests/llsdserialize_test.cpp | |
parent | e99c494418b4eec21ce3c17c5e642c253fae8084 (diff) | |
parent | dbc785d4433080ca49b9cd899c756c9700a1a794 (diff) |
Merge branch 'release/luau-scripting' into lua-ui-callbacks
Diffstat (limited to 'indra/llcommon/tests/llsdserialize_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llsdserialize_test.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index 6e15e80ef3..01c4dd96ac 100644 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -44,8 +44,6 @@ typedef U32 uint32_t; #include "llstring.h" #endif -#include "boost/range.hpp" - #include "llsd.h" #include "llsdserialize.h" #include "llsdutil.h" @@ -2097,7 +2095,8 @@ namespace tut NamedTempFile file("llsd", ""); python("Python " + pyformatter, - [&](std::ostream& out){ out << + [pyformatter, &file](std::ostream& out) { + out << import_llsd << "import struct\n" "lenformat = struct.Struct('i')\n" |