X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fsnprintf.c;h=6ed6972d2d55f01e26dad02258b3a9cd34e854bf;hb=80972b2e54c9b88f11c27b878874fd2a6a681391;hp=c06d32546d9b684a57cc0df7acf9b73daa0e438e;hpb=a8a7fc8a514bc79114c6d76d6a6aeb885387478c;p=fw%2Fsdcc diff --git a/support/regression/tests/snprintf.c b/support/regression/tests/snprintf.c index c06d3254..6ed6972d 100644 --- a/support/regression/tests/snprintf.c +++ b/support/regression/tests/snprintf.c @@ -98,7 +98,7 @@ } static const cases[]={ // arg, fmt, result // ... there should be more ... - #if defined(SDCC) && !defined(SDCC_ds390) && !(defined(SDCC_mcs51) && defined(SDCC_USE_XSTACK)) + #if defined(SDCC) && !defined(SDCC_ds390) {1.0, "%f", ""}, #else {1.0, "%f", "1.000000"},