mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 13:56:06 +00:00
Revert "[GWP-ASan] Fix 6413872"
This reverts commit df87e62cbd4b5090b5349247d29457706d2ac4e8. Parent change https://reviews.llvm.org/D140173 broke an internal build. I'll integrate this patch into the re-land for https://reviews.llvm.org/D140173.
This commit is contained in:
parent
2924189233
commit
4c0b3964cb
@ -18,7 +18,7 @@ template <typename T> using TestWithParam = ::zxtest::TestWithParam<T>;
|
||||
#else
|
||||
#include "gtest/gtest.h"
|
||||
using Test = ::testing::Test;
|
||||
template <typename T> using TestWithParam = ::testing::TestWithParam<T>;
|
||||
template <typename T> using TestWithParam = ::zxtest::TestWithParam<T>;
|
||||
#endif
|
||||
|
||||
#include "gwp_asan/guarded_pool_allocator.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user