add regex REG_ICASE test for austingroupbug #872
[libc-test] / src / math / gen / template / l_i.c
index 26b3470..d8667db 100644 (file)
@@ -13,8 +13,7 @@ HEADERS
 int main(void)
 {
        #pragma STDC FENV_ACCESS ON
-       int yi;
-       float d;
+       long long yi;
        int e, i, err = 0;
        struct l_i *p;
 
@@ -35,7 +34,7 @@ int main(void)
                        err++;
                }
                if (yi != p->i) {
-                       printf("%s:%d: %s ___(%La) want %lld got %d\n",
+                       printf("%s:%d: %s ___(%La) want %lld got %lld\n",
                                p->file, p->line, rstr(p->r), p->x, p->i, yi);
                        err++;
                }