[compiler-rt] 21fc42b - [GWP-ASan][Fuchsia] Use more modern zxtest testing macros
Alex Brachet via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 10:54:21 PST 2023
Author: Alex Brachet
Date: 2023-03-01T18:54:05Z
New Revision: 21fc42b2d594986a4ae28475b10c75bfe10d3bd2
URL: https://github.com/llvm/llvm-project/commit/21fc42b2d594986a4ae28475b10c75bfe10d3bd2
DIFF: https://github.com/llvm/llvm-project/commit/21fc42b2d594986a4ae28475b10c75bfe10d3bd2.diff
LOG: [GWP-ASan][Fuchsia] Use more modern zxtest testing macros
Added:
Modified:
compiler-rt/lib/gwp_asan/tests/harness.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/gwp_asan/tests/harness.h b/compiler-rt/lib/gwp_asan/tests/harness.h
index 712953920449..3e859358c96b 100644
--- 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
More information about the llvm-commits
mailing list