about summary refs log tree commit diff stats
path: root/test/src/test-list.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-04 14:46:01 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-04 14:46:01 -0400
commita66bb042e02bd1021a574c32a27fff087ab1c9f4 (patch)
treec4d99117635a7214d1a292f52d42d7688824cc0c /test/src/test-list.h
parent09d9895a8177876b5c84b80c43b94f3e205be05e (diff)
downloaduv_link_t-a66bb042e02bd1021a574c32a27fff087ab1c9f4.tar.gz
Revert "api: `uv_link_strerror`"
This reverts commit 0799c7c91ee710eb9ce752bcfcd6952a0838b495.
Diffstat (limited to 'test/src/test-list.h')
-rw-r--r--test/src/test-list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/test-list.h b/test/src/test-list.h
index abb7cda..591b858 100644
--- a/test/src/test-list.h
+++ b/test/src/test-list.h
@@ -6,7 +6,6 @@
     V(uv_link_observer_t)                                                     \
     V(close_depth)                                                            \
     V(stop_read_on_error)                                                     \
-    V(strerror)                                                               \
 
 #define TEST_DECL(N) void test__##N();