eo: get back the eo test suite

Summary: I accidently broke the test suite, due to missing rebuilds.

Reviewers: zmike, devilhorns

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6421
This commit is contained in:
Marcel Hollerbach 2018-06-25 11:00:59 -04:00 committed by Mike Blumenkrantz
parent ef5c93d173
commit 2ce15216c7
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ EFL_START_TEST(efl_destructor_unref)
fail_if(!obj);
DISABLE_ABORT_ON_CRITICAL_START;
TEST_EO_CRITICAL("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many unrefs.");
TEST_EO_ERROR("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many unrefs.");
efl_unref(obj);
DISABLE_ABORT_ON_CRITICAL_END;
@ -83,7 +83,7 @@ EFL_START_TEST(efl_destructor_double_del)
efl_manual_free_set(obj, EINA_TRUE);
fail_if(!obj);
TEST_EO_CRITICAL("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many unrefs.");
TEST_EO_ERROR("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many unrefs.");
efl_unref(obj);
DISABLE_ABORT_ON_CRITICAL_START;
efl_unref(obj);