fix macro name

SVN revision: 39753
This commit is contained in:
Vincent Torri 2009-03-27 11:14:38 +00:00
parent 312a4365b8
commit 98284f7849
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ main(int argc, char ** argv)
double start;
/* we've been given specific tests and it isn't in the list */
if (run && !eina_list_search_unsorted(run, ECORE_COMPARE_CB(strcasecmp),
if (run && !eina_list_search_unsorted(run, EINA_COMPARE_CB(strcasecmp),
tests[i].name))
continue;