diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-04 14:37:26 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-04 14:37:26 -0400 |
commit | 0799c7c91ee710eb9ce752bcfcd6952a0838b495 (patch) | |
tree | 95438536ddd04497de650d99196eada0d822e255 /test/src/test-list.h | |
parent | c5e93b2077a6ea27b4af440cfe4938d7bc093c2f (diff) | |
download | uv_link_t-0799c7c91ee710eb9ce752bcfcd6952a0838b495.tar.gz |
api: `uv_link_strerror`
Diffstat (limited to 'test/src/test-list.h')
-rw-r--r-- | test/src/test-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-list.h b/test/src/test-list.h index 591b858..abb7cda 100644 --- a/test/src/test-list.h +++ b/test/src/test-list.h @@ -6,6 +6,7 @@ V(uv_link_observer_t) \ V(close_depth) \ V(stop_read_on_error) \ + V(strerror) \ #define TEST_DECL(N) void test__##N(); |