edje test - fix unused return val and actually check its value

This commit is contained in:
Carsten Haitzler 2018-11-07 14:56:08 +00:00
parent 665a75378f
commit eae67c02e3
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ EFL_START_TEST(edje_test_part_caching)
p = efl_part(ly, "swallow");
o1 = efl_content_get(p);
ck_assert_ptr_ne(o1, NULL);
if (global_p)
ck_assert_ptr_eq(global_p, p);