math: fix test vectors for logb
[libc-test] / src / math / exp2l.c
index 1dbc3aa..9870378 100644 (file)
@@ -4,11 +4,11 @@
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/exp2l.h"
-#elif LDBL_MANT_DIG == 64
+#include "sanity/exp2.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/exp2l.h"
+
 #endif
 };