diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_sord.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_sord.c b/test/test_sord.c index 7ad9da7..df5e398 100644 --- a/test/test_sord.c +++ b/test/test_sord.c @@ -41,8 +41,7 @@ uri(SordWorld* world, unsigned num) return sord_new_uri(world, (const uint8_t*)str); } -SORD_LOG_FUNC(1, 2) -static int +SORD_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { va_list args; |