Evas tests: Fixed warnings.

SVN revision: 74166
This commit is contained in:
Tom Hacohen 2012-07-19 08:17:20 +00:00
parent df9ee73e48
commit 322a84e8f9
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ START_TEST(evas_text_unrelated)
START_TEXT_TEST();
const char *buf = "נסיון";
int pos;
Eina_Unicode value;
int value;
/* Actually, they are tested in eina, just doing it for completeness. */
fail_if(evas_string_char_len_get(buf) != 5);