sval: signed: fix validation test and update format
commit06106028c1a3cbfae917fa7b18269824f4ff0e6d
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 15 Nov 2012 09:10:02 +0000 (15 12:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 15 Nov 2012 09:10:02 +0000 (15 12:10 +0300)
treeaaa8435165d32ca2021cab0ea1119369c280c6d4
parent0d200851783bbfcdbe385b9b486a791334e3c329
sval: signed: fix validation test and update format

In the original it said that "if ((char)-1 == (unsigned int)-1) { ..."
is never true, but actually it is.

Also the format of the output has changed.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
validation/sm_casts2.c