William A. Kennington III | eac9d47 | 2020-08-03 13:57:14 -0700 | [diff] [blame] | 1 | #include <gtest/gtest.h> |
2 | #include <stdplus/fd/managed.hpp> | ||||
3 | |||||
4 | namespace stdplus | ||||
5 | { | ||||
6 | namespace fd | ||||
7 | { | ||||
8 | |||||
9 | TEST(DupableFd, Noop) | ||||
10 | { | ||||
11 | } | ||||
12 | |||||
13 | } // namespace fd | ||||
14 | } // namespace stdplus |