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:
b27f657
)
[GWP-ASan][Fuchsia] Use more modern zxtest testing macros
author
Alex Brachet
<abrachet@google.com>
Wed, 1 Mar 2023 18:54:05 +0000
(18:54 +0000)
committer
Alex Brachet
<abrachet@google.com>
Wed, 1 Mar 2023 18:54:05 +0000
(18:54 +0000)
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 712953920449f85efab90a013cdd9d0f8fb277a7..3e859358c96bd507ca8dcedd7b97c0f1976f1e5f 100644
(file)
--- a/
compiler-rt/lib/gwp_asan/tests/harness.h
+++ b/
compiler-rt/lib/gwp_asan/tests/harness.h
@@
-12,6
+12,7
@@
#include <stdarg.h>
#if defined(__Fuchsia__)
+#define ZXTEST_USE_STREAMABLE_MACROS
#include <zxtest/zxtest.h>
namespace testing = zxtest;
#else