diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-08 18:22:01 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-08 19:15:30 +0300 |
commit | 700f1319ee4ac7373a1ffd136d8b71af1b588861 (patch) | |
tree | 79231f8002536659c5ad6872fb5ebdaf00a14085 /indra/test | |
parent | 1fde269ac6e98ff23fd896cb2fbf8a570cbee398 (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); } } |