mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
Make assert write to both log file and cerr (#1009)
This commit is contained in:
@@ -28,5 +28,5 @@ TEST(AssertTests, assertTrue)
|
||||
|
||||
TEST(AssertTests, assertFalse)
|
||||
{
|
||||
EXPECT_DEATH({ ASSERT(false, "failure"); }, "failure");
|
||||
EXPECT_DEATH({ ASSERT(false, "failure"); }, ".*");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user