X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e4a62bbc8555fe4a4538183a383b84cdb234c3ac..8f0c3422e75189b7f39a7555ded278ab6027707b:/tests/tap/basic.h diff --git a/tests/tap/basic.h b/tests/tap/basic.h index 29228342..fbb3e564 100644 --- a/tests/tap/basic.h +++ b/tests/tap/basic.h @@ -142,11 +142,10 @@ char *bstrndup(const char *, size_t) /* * Find a test file under C_TAP_BUILD or C_TAP_SOURCE, returning the full - * path. The returned path should be freed with test_file_path_free(). + * path. The returned path should be freed with free(). */ char *test_file_path(const char *file) __attribute__((__malloc__, __nonnull__, __warn_unused_result__)); -void test_file_path_free(char *path); /* * Create a temporary directory relative to C_TAP_BUILD and return the path.