summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-03-13 05:28:36 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-03-13 05:28:36 -0400
commit97085ed30057ce950184f057340e0ecbcfc7614b (patch)
treed7c26441b7374123fbba3db08008db6922881df8 /indra/test
parent6bdc56c7af3ea8e3335145927cb505249e71491c (diff)
parent693e05ab85b3fcdc65bcb9f4123c2fae4ecc27fc (diff)
Merge branch 'release/2025.03' into rye/forevermac
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/lltut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h
index e56b4e8d1c..581a08654d 100644
--- a/indra/test/lltut.h
+++ b/indra/test/lltut.h
@@ -135,7 +135,7 @@ namespace tut
inline void ensure_memory_matches(const void* actual, U32 actual_len, const void* expected,U32 expected_len)
{
- ensure_memory_matches(NULL, actual, actual_len, expected, expected_len);
+ ensure_memory_matches("", actual, actual_len, expected, expected_len);
}
template <class T,class Q>