Improve the test coverage: !val for float/double/long long f.
This commit is contained in:
committed by
grischka
parent
fcf2e5981f
commit
0e239e2ba5
@ -888,7 +888,6 @@ int gtst(int inv, int t)
|
||||
gsym(vtop->c.i);
|
||||
}
|
||||
} else {
|
||||
/* XXX: not tested */
|
||||
if (is_float(vtop->type.t) ||
|
||||
(vtop->type.t & VT_BTYPE) == VT_LLONG) {
|
||||
vpushi(0);
|
||||
|
||||
Reference in New Issue
Block a user