diff --git a/compiler-rt/lib/gwp_asan/tests/harness.h b/compiler-rt/lib/gwp_asan/tests/harness.h index c96f846996d3..3fbcf991c559 100644 --- a/compiler-rt/lib/gwp_asan/tests/harness.h +++ b/compiler-rt/lib/gwp_asan/tests/harness.h @@ -12,7 +12,9 @@ #include #if defined(__Fuchsia__) +#ifndef ZXTEST_USE_STREAMABLE_MACROS #define ZXTEST_USE_STREAMABLE_MACROS +#endif #include namespace testing = zxtest; // zxtest defines a different ASSERT_DEATH, taking a lambda and an error message