From ff8ab60025f447dc8ba834be3d9a18e5b45cfb18 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Jul 2021 14:08:06 -0400 Subject: Fix accidentally disabled writer test --- test/test_writer.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/test_writer.c') diff --git a/test/test_writer.c b/test/test_writer.c index baaff736..08191585 100644 --- a/test/test_writer.c +++ b/test/test_writer.c @@ -41,6 +41,7 @@ test_write_long_literal(void) assert(!serd_writer_write_statement(writer, 0, NULL, &s, &p, &o, NULL, NULL)); serd_writer_free(writer); + serd_env_free(env); uint8_t* out = serd_chunk_sink_finish(&chunk); @@ -55,11 +56,7 @@ test_write_long_literal(void) int main(void) { - const char* const path = "serd_test.ttl"; - - test_writer(path); test_write_long_literal(); - printf("Success\n"); return 0; } -- cgit v1.2.1