diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_node.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -450,12 +450,6 @@ test_node_from_substring(void) } 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) { SerdNode* const copy = serd_node_copy(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(); |