tests: elm: make cnt unsigned for correct compare
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 28 Jun 2016 09:34:16 +0000 (11:34 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 28 Jun 2016 09:35:48 +0000 (11:35 +0200)
commitc1529d12d921a226ed8dcfaa0bb7772df8b5ffd1
treee4f135ae1b46a7d94895439382953233a05ad76a
parentde495bb5f4232d42c35d09e7142010d169a4b817
tests: elm: make cnt unsigned for correct compare

Not really somethign we would hit here but still better to change this.

tests/elementary/elm_test_config.c: In function ‘elm_config_profiles’:
tests/elementary/elm_test_config.c:206:12: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
         fail_if(cnt != eina_list_count(list));
src/tests/elementary/elm_test_config.c