We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797f347 commit d51eeecCopy full SHA for d51eeec
src/lib/dnssd/minimal_mdns/core/tests/TestHeapQName.cpp
@@ -28,7 +28,7 @@ using namespace mdns::Minimal;
28
class TestHeapQName : public ::testing::Test
29
{
30
public:
31
- static void SetUpTestSuite() { VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR); }
+ static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
32
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
33
};
34
0 commit comments