X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fast_constant_folding.c;h=66767afe677bab280272cdc332f0ffcef583a812;hb=808f5e7fbf3de6ae5c1effcdf2764fb6d706b1cf;hp=aaec505e3dd645825950506685aec836cadaa7d0;hpb=c875d51a6f601e7e8d9381d202ee5320c874f0e5;p=fw%2Fsdcc diff --git a/support/regression/tests/ast_constant_folding.c b/support/regression/tests/ast_constant_folding.c index aaec505e..66767afe 100644 --- a/support/regression/tests/ast_constant_folding.c +++ b/support/regression/tests/ast_constant_folding.c @@ -48,7 +48,7 @@ foo_mul (void) unsigned foo_div (void) { - return 33971 / i / 5 / i / i / 12; + return 33971u / i / 5 / i / i / 12; } unsigned