diff options
author | David Robillard <d@drobilla.net> | 2022-12-19 20:26:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 3d79b6ee36b250644e6cf70eee8e3076d94cbb7f (patch) | |
tree | 0f734bfcfd278d6eef5ca0e82c008b7f2a6f7bba /test/test_string.c | |
parent | 7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4 (diff) | |
download | serd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.tar.gz serd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.tar.bz2 serd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.zip |
Use Zix attributes directly
Diffstat (limited to 'test/test_string.c')
-rw-r--r-- | test/test_string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_string.c b/test/test_string.c index 49106f0a..b551b9fe 100644 --- a/test/test_string.c +++ b/test/test_string.c @@ -3,10 +3,10 @@ #undef NDEBUG -#include "serd/attributes.h" #include "serd/node.h" #include "serd/status.h" #include "serd/string.h" +#include "zix/attributes.h" #include <assert.h> #include <stdint.h> @@ -38,7 +38,7 @@ test_strerror(void) assert(!strcmp(msg, "Unknown error")); } -SERD_PURE_FUNC int +ZIX_PURE_FUNC int main(void) { test_strlen(); |