commit | eac9d47a91770fa47b9f857ea38a484048bcb31a | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 03 13:57:14 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 03:21:06 2021 -0800 |
tree | 6585e68d01cfa6eec71221d50906bc681895dfe6 | |
parent | 2f21073ed0cb179bdeb87ab482533cc49955ba0e [diff] [blame] |
fd: Implement managed file descriptor support Change-Id: I0c5c438aa2c31ae52e115951b3fb1e85df182fd1 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/fd/dupable.cpp b/test/fd/dupable.cpp new file mode 100644 index 0000000..2b34f9f --- /dev/null +++ b/test/fd/dupable.cpp
@@ -0,0 +1,14 @@ +#include <gtest/gtest.h> +#include <stdplus/fd/dupable.hpp> + +namespace stdplus +{ +namespace fd +{ + +TEST(DupableFd, Noop) +{ +} + +} // namespace fd +} // namespace stdplus