blob: a3ad7849e422b0e1d78218678a4a63686baa5263 [file] [log] [blame]
#include <stdplus/fd/gmock.hpp>
#include <gtest/gtest.h>
namespace stdplus
{
TEST(Mock, Instantiate)
{
FdMock fd;
}
} // namespace stdplus