diff options
author | Brad King <brad.king@kitware.com> | 2017-11-30 16:26:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-30 18:43:43 (GMT) |
commit | 3bcaa870078d875b65f17d82661a133f6d5cbdfc (patch) | |
tree | 407079827806611cbda863a1f0744b6c16d5bdea /Tests/CMakeLib/testUVRAII.cxx | |
parent | dd700e9bfb2a498632845e76ce95dd38bb866a7b (diff) | |
download | CMake-3bcaa870078d875b65f17d82661a133f6d5cbdfc.zip CMake-3bcaa870078d875b65f17d82661a133f6d5cbdfc.tar.gz CMake-3bcaa870078d875b65f17d82661a133f6d5cbdfc.tar.bz2 |
cmUVHandlePtr: Add uv_process_ptr
Diffstat (limited to 'Tests/CMakeLib/testUVRAII.cxx')
-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 bb3493f..44def25 100644 --- a/Tests/CMakeLib/testUVRAII.cxx +++ b/Tests/CMakeLib/testUVRAII.cxx @@ -157,6 +157,7 @@ static bool testAllMoves() uv_stream_ptr _7; uv_timer_ptr _8; uv_tty_ptr _9; + uv_process_ptr _11; uv_pipe_ptr _12; uv_async_ptr _13; uv_signal_ptr _14; |