]> jfr.im git - solanum.git/blobdiff - tests/tap/basic.h
Remove Windows support
[solanum.git] / tests / tap / basic.h
index 29228342f20de7461e90c1dbaa6ff680ab2b0799..fbb3e564c7d23c892cc15df8c5c48b400005d5fb 100644 (file)
@@ -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.