From 1dd3439bb66eae7b61a3ce22b72ae8668fec1b58 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Aug 2020 16:36:59 +0200 Subject: Add lilv_remove() --- test/test_state.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_state.c') diff --git a/test/test_state.c b/test/test_state.c index acca4e9..5a2e5cb 100644 --- a/test/test_state.c +++ b/test/test_state.c @@ -32,7 +32,6 @@ # define mkdir(path, flags) _mkdir(path) #else # include -# include #endif #include @@ -561,7 +560,7 @@ main(void) lilv_state_free(fstate7); lilv_state_free(fstate72); - rmdir("state"); + lilv_remove("state"); // Free URI map for (size_t i = 0; i < n_uris; ++i) { -- cgit v1.2.1