From d80b2a1c153f81685d026f8e09c12175abed3d03 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Sep 2023 13:39:56 -0400 Subject: Separate Turtle and TriG reading code --- test/test_syntax.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_syntax.c b/test/test_syntax.c index 19f4a463..c2de8526 100644 --- a/test/test_syntax.c +++ b/test/test_syntax.c @@ -4,6 +4,7 @@ #undef NDEBUG #include "serd/syntax.h" +#include "zix/attributes.h" #include @@ -49,7 +50,7 @@ test_syntax_has_graphs(void) assert(serd_syntax_has_graphs(SERD_TRIG)); } -int +ZIX_PURE_FUNC int main(void) { test_syntax_by_name(); -- cgit v1.2.1