efl/eina: Fix strings to compare correctly and pass test suite.

This one is for Cedric.

SVN revision: 83332
This commit is contained in:
Stefan Schmidt 2013-01-25 16:03:47 +00:00
parent c538d8bde3
commit eae46ba95d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ START_TEST(eina_magic_simple)
fprintf(stderr, "you should see 'Input handle is wrong type' below\n");
#endif
TEST_MAGIC_SAFETY(__FUNCTION__,
"*** Eina Magic Check Failed %p !!!\n"
"*** Eina Magic Check Failed at %p !!!\n"
" Input handle is wrong type\n"
" Expected: %08x - %s\n"
" Supplied: %08x - %s\n"