aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_node.c')
-rw-r--r--test/test_node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_node.c b/test/test_node.c
index deb1abd1..f942f242 100644
--- a/test/test_node.c
+++ b/test/test_node.c
@@ -298,7 +298,7 @@ test_node_equals(void)
}
static void
-test_node_from_string(void)
+test_node_from_syntax(void)
{
SerdNode* const hello = serd_new_string(SERD_STATIC_STRING("hello\""));
assert(serd_node_length(hello) == 6);
@@ -400,7 +400,7 @@ main(void)
test_get_integer();
test_blob_to_node();
test_node_equals();
- test_node_from_string();
+ test_node_from_syntax();
test_node_from_substring();
test_simple_node();
test_literal();