evas: improve test to actually test something meaningful.

This commit is contained in:
Cedric Bail 2018-05-21 22:35:19 -07:00 committed by Cedric BAIL
parent a5f9ee5ab3
commit 4a3b0e7f25
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ EFL_START_TEST(evas_object_various)
evas_object_unref(obj);
evas = EVAS_TEST_INIT_EVAS();
obj = evas_object_rectangle_add(evas);
efl_ref(obj);
evas_free(evas);
efl_unref(obj);