diff options
author | Brad King <brad.king@kitware.com> | 2017-11-30 16:19:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-30 18:26:35 (GMT) |
commit | dd700e9bfb2a498632845e76ce95dd38bb866a7b (patch) | |
tree | 79fb14a5c887417275b704e9175a22af56517cc7 /Tests/CMakeLib | |
parent | 32cfa7b324de799eefb2f7370fb54b700d1a87a5 (diff) | |
download | CMake-dd700e9bfb2a498632845e76ce95dd38bb866a7b.zip CMake-dd700e9bfb2a498632845e76ce95dd38bb866a7b.tar.gz CMake-dd700e9bfb2a498632845e76ce95dd38bb866a7b.tar.bz2 |
cmUVHandlePtr: Add uv_timer_ptr
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r-- | Tests/CMakeLib/testUVRAII.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testUVRAII.cxx b/Tests/CMakeLib/testUVRAII.cxx index 7ecef39..bb3493f 100644 --- a/Tests/CMakeLib/testUVRAII.cxx +++ b/Tests/CMakeLib/testUVRAII.cxx @@ -155,6 +155,7 @@ static bool testAllMoves() struct allTypes { uv_stream_ptr _7; + uv_timer_ptr _8; uv_tty_ptr _9; uv_pipe_ptr _12; uv_async_ptr _13; |