tests: Remove invalid call to elm_run

Nothing is supposed to happen here. Just exit after running
the checks. Don't wait for something to happen until eternity...
This commit is contained in:
Jean-Philippe Andre 2017-06-14 16:47:51 +09:00
parent 44b6eb3e55
commit 4d68ec6e3d
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ START_TEST (efl_ui_image_icon)
icon_name = efl_ui_image_icon_get(image);
ck_assert(icon_name == NULL);
elm_run();
elm_shutdown();
}
END_TEST