From 4584e03fce0d702160f8fde910bb3f24647d4036 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Jul 2021 19:15:24 -0400 Subject: Rename serd_new_simple_node() to serd_new_token() Things get confusing without a term for this concept (which is roughly "nodes that are not annoying to construct"), so "token" it is. --- test/test_node.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/test_node.c') diff --git a/test/test_node.c b/test/test_node.c index ef17afe9..efd93ddd 100644 --- a/test/test_node.c +++ b/test/test_node.c @@ -449,12 +449,6 @@ test_node_from_substring(void) serd_node_free(a_b); } -static void -test_simple_node(void) -{ - assert(!serd_new_simple_node(SERD_LITERAL, SERD_STRING("Literal"))); -} - static void check_copy_equals(const SerdNode* const node) { @@ -602,7 +596,6 @@ main(void) test_node_equals(); test_node_from_syntax(); test_node_from_substring(); - test_simple_node(); test_literal(); test_blank(); test_compare(); -- cgit v1.2.1