Sha256: 92b2e283a1d703c2bd5a5e93b3ebdabb829799e85c8685460fa7c00e3469f509
Contents?: true
Size: 294 Bytes
Versions: 16
Compression:
Stored size: 294 Bytes
Contents
#include <catch.hpp> #include <internal/util/posix/scoped_addrinfo.hpp> using namespace std; using namespace facter::util::posix; SCENARIO("constructing a scoped_addrinfo") { scoped_addrinfo info("localhost"); REQUIRE(info.result() == 0); REQUIRE(static_cast<addrinfo*>(info)); }
Version data entries
16 entries across 16 versions & 2 rubygems