projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f41fd
)
[GWP-ASan] Fix 6413872
author
Alex Brachet
<abrachet@google.com>
Wed, 11 Jan 2023 23:42:19 +0000
(23:42 +0000)
committer
Alex Brachet
<abrachet@google.com>
Wed, 11 Jan 2023 23:43:27 +0000
(23:43 +0000)
Use testing not zxtest in non-Fuchsia case
compiler-rt/lib/gwp_asan/tests/harness.h
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/gwp_asan/tests/harness.h
b/compiler-rt/lib/gwp_asan/tests/harness.h
index e6be68cf74b3ce4e5a8f1492db826524a654929a..efac8266c321495908b14929e768f89d8e6ed263 100644
(file)
--- a/
compiler-rt/lib/gwp_asan/tests/harness.h
+++ b/
compiler-rt/lib/gwp_asan/tests/harness.h
@@
-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 = ::
zxtest
::TestWithParam<T>;
+template <typename T> using TestWithParam = ::
testing
::TestWithParam<T>;
#endif
#include "gwp_asan/guarded_pool_allocator.h"