math: fix test vectors for logb
[libc-test] / src / math / log2l.c
index e45f46e..234a4fb 100644 (file)
@@ -4,11 +4,12 @@
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/log2l.h"
-#elif LDBL_MANT_DIG == 64
+#include "crlibm/log2.h"
+#include "sanity/log2.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/log2l.h"
+
 #endif
 };