math: add special case test vectors
[libc-test] / src / math / lrint.c
index f496954..0d4bf85 100644 (file)
@@ -4,6 +4,7 @@
 
 static struct d_i t[] = {
 #include "sanity/lrint.h"
+#include "special/lrint.h"
 
 };
 
@@ -11,7 +12,6 @@ int main(void)
 {
        #pragma STDC FENV_ACCESS ON
        long long yi;
-       float d;
        int e, i, err = 0;
        struct d_i *p;