mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 09:26:07 +00:00
Add GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST to gwp_asan unittests
This keeps it working after the gtest update in a866ce789eb99da4d7a486eeb60a53be6c75f4fd
This commit is contained in:
parent
adc5509186
commit
4f1f171f33
@ -55,7 +55,9 @@ INSTANTIATE_TEST_SUITE_P(RecoverableAndNonRecoverableTests,
|
||||
#else
|
||||
INSTANTIATE_TEST_SUITE_P(RecoverableTests, BacktraceGuardedPoolAllocator,
|
||||
/* Recoverable */ testing::Values(true));
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BacktraceGuardedPoolAllocator);
|
||||
INSTANTIATE_TEST_SUITE_P(RecoverableAndNonRecoverableTests,
|
||||
BacktraceGuardedPoolAllocatorDeathTest,
|
||||
/* Recoverable */ testing::Bool());
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BacktraceGuardedPoolAllocatorDeathTest);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user