diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-08 18:22:01 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-08 18:22:01 +0300 |
commit | a301fb2876835f799317f8a011f368eaec4894d6 (patch) | |
tree | 2f88d4f4b86685f10519f4d19701b226e10e0acc /indra/test | |
parent | d904d54b8fe9957cd7754eff59978ede6e8111c2 (diff) |
Follow-up test fix
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/lltut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h index 3855eae7a2..986bdd0619 100644 --- a/indra/test/lltut.h +++ b/indra/test/lltut.h @@ -143,7 +143,7 @@ namespace tut template <class T,class Q> void ensure_not_equals(const Q& actual,const T& expected) { - ensure_not_equals(NULL, actual, expected); + ensure_not_equals("", actual, expected); } } |