Skip to content
Snippets Groups Projects
Commit 66baeaa2 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[TDF] Change the death test style to threadsafe to avoid misleading crashes

parent 97647c1f
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ TEST(TDataFrameNodes, TSlotStackGetOneTooMuch)
TEST(TDataFrameNodes, TSlotStackPutBackTooMany)
{
::testing::FLAGS_gtest_death_test_style = "threadsafe";
auto theTest = []() {
unsigned int n(2);
ROOT::Internal::TDF::TSlotStack s(n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment