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