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