Skip to content
Snippets Groups Projects
Commit 18cd1103 authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[DF] Expect test death rather than asserting it

The gtest can safely go on in case this test case fails.
parent 4c57cb72
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ TEST(RDataFrameNodes, TSlotStackGetOneTooMuch)
t.join();
};
ASSERT_DEATH(theTest(), "TSlotStack assumes that a value can be always obtained.");
EXPECT_DEATH(theTest(), "TSlotStack assumes that a value can be always obtained.");
}
TEST(RDataFrameNodes, TSlotStackPutBackTooMany)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment