math: fix test vectors for logb
[libc-test] / src / math / hypotl.c
index 25b9e86..6a69746 100644 (file)
@@ -4,11 +4,12 @@
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/hypotl.h"
-#elif LDBL_MANT_DIG == 64
+#include "ucb/hypot.h"
+#include "sanity/hypot.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/hypotl.h"
+
 #endif
 };