[GWP-ASan][Fuchsia] Use more modern zxtest testing macros
authorAlex Brachet <abrachet@google.com>
Wed, 1 Mar 2023 18:54:05 +0000 (18:54 +0000)
committerAlex Brachet <abrachet@google.com>
Wed, 1 Mar 2023 18:54:05 +0000 (18:54 +0000)
compiler-rt/lib/gwp_asan/tests/harness.h

index 712953920449f85efab90a013cdd9d0f8fb277a7..3e859358c96bd507ca8dcedd7b97c0f1976f1e5f 100644 (file)
@@ -12,6 +12,7 @@
 #include <stdarg.h>
 
 #if defined(__Fuchsia__)
+#define ZXTEST_USE_STREAMABLE_MACROS
 #include <zxtest/zxtest.h>
 namespace testing = zxtest;
 #else