elua test: fix undeclared variable

Reviewers: raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12172
This commit is contained in:
Vincent Torri 2020-10-09 23:26:00 +01:00 committed by Carsten Haitzler (Rasterman)
parent 0c79b8f94b
commit 6bc22474bd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ EFL_START_TEST(elua_api)
cargv[0] = arg1;
cargv[1] = arg2;
char *spath = NULL;
Eina_Tmpstr *tmpf = NULL;
st = elua_state_new("test");
fail_if(!st);