Use explicit signed char in char_short_test
commit1d4d74d6d0f224b730a47375bbf86e77a0145996
authorMichael Matz <matz@suse.de>
Tue, 17 Dec 2019 03:56:54 +0000 (17 04:56 +0100)
committerMichael Matz <matz@suse.de>
Tue, 17 Dec 2019 03:56:54 +0000 (17 04:56 +0100)
tree368fd5bc9a2a0d3995757fcfcebd6c3cb4d3f4ad
parentc8ca64d28ba107f652f3ee24a4deb8e93609b9ca
Use explicit signed char in char_short_test

as 'char' is unsigned on some architectures, so the tests weren't
testing what they were supposed to.
tests/tcctest.c