]> git.draconx.ca Git - cdecl99.git/blobdiff - t/test.h
tests: Remove test_print_decl etc. from the common library.
[cdecl99.git] / t / test.h
index 2d77abc5d3e84e9d0368347c8194a2cf88b04507..0d009f0e2ec306e09bcb1a0bb3892aecd4b5908b 100644 (file)
--- a/t/test.h
+++ b/t/test.h
@@ -37,9 +37,6 @@ struct test_rng;
 
 void *malloc_nofail(size_t size);
 void *realloc_nofail(void *ptr, size_t size);
-void test_print_specifiers(struct cdecl_declspec *spec);
-void test_print_decl(struct cdecl *decl);
-void test_explain_decl(struct cdecl *decl);
 
 bool strict_strtoul(unsigned long *val, const char *str, int base);