diff options
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 9385095..591b858 100644 --- a/test/src/test-list.h +++ b/test/src/test-list.h @@ -5,6 +5,7 @@ V(uv_link_source_t) \ V(uv_link_observer_t) \ V(close_depth) \ + V(stop_read_on_error) \ #define TEST_DECL(N) void test__##N(); |