This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit c9dae9861186c189fdef741a573a31030efdb4a0
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu May 30 11:16:01 2024 +0100

    fail_if doesnt need the NULL - causes warnings
---
 src/tests/eo/suite/eo_test_general.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eo/suite/eo_test_general.c b/src/tests/eo/suite/eo_test_general.c
index 55c93cb9da..516a5044ab 100644
--- a/src/tests/eo/suite/eo_test_general.c
+++ b/src/tests/eo/suite/eo_test_general.c
@@ -991,7 +991,7 @@ EFL_START_TEST(eo_magic_checks)
         simple_a_set((Efl_Class *) buf, 1);
         simple_a_set(efl_super((Efl_Class *) buf, SIMPLE_CLASS), ++i);
         simple_a_set(efl_super(SIMPLE_CLASS, (Efl_Class *) buf), ++i);
-        fail_if(efl_class_new(NULL, (Efl_Class *) buf), NULL);
+        fail_if(efl_class_new(NULL, (Efl_Class *) buf));
 
         efl_xref(obj, (Eo *) buf);
         efl_xunref(obj, (Eo *) buf);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to