tests/eina: use #ifdef guard for block which can only occur inside ifdef
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 9 Oct 2019 17:20:43 +0000 (13:20 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:41 +0000 (11:20 +0900)
commit85e585a8fea6cce18c739dcfa5838710d4f9253c
tree7658aeb9f77316c28c5191d84bbe0aaeaebaac41
parent2bcce18f07010d29ab6a601bb37034e366d5485d
tests/eina: use #ifdef guard for block which can only occur inside ifdef

this value is set in the corresponding #ifdef block above, so use the same
guard here to make code more readable

CID 1400948

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10321
src/tests/eina/eina_test_log.c