math: emit less errors for known broken functions
[libc-test] / src / math / erff.c
index a399e50..1dd94f9 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/erff.h"
+#include "special/erff.h"
 
 };