From a301fb2876835f799317f8a011f368eaec4894d6 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Tue, 8 Oct 2024 18:22:01 +0300 Subject: Follow-up test fix --- indra/test/lltut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/test/lltut.h') 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 void ensure_not_equals(const Q& actual,const T& expected) { - ensure_not_equals(NULL, actual, expected); + ensure_not_equals("", actual, expected); } } -- cgit v1.2.3