From: Alex Brachet Date: Wed, 11 Jan 2023 23:42:19 +0000 (+0000) Subject: [GWP-ASan] Fix 6413872 X-Git-Tag: upstream/17.0.6~21301 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df87e62cbd4b5090b5349247d29457706d2ac4e8;p=platform%2Fupstream%2Fllvm.git [GWP-ASan] Fix 6413872 Use testing not zxtest in non-Fuchsia case --- diff --git a/compiler-rt/lib/gwp_asan/tests/harness.h b/compiler-rt/lib/gwp_asan/tests/harness.h index e6be68c..efac826 100644 --- a/compiler-rt/lib/gwp_asan/tests/harness.h +++ b/compiler-rt/lib/gwp_asan/tests/harness.h @@ -18,7 +18,7 @@ template using TestWithParam = ::zxtest::TestWithParam; #else #include "gtest/gtest.h" using Test = ::testing::Test; -template using TestWithParam = ::zxtest::TestWithParam; +template using TestWithParam = ::testing::TestWithParam; #endif #include "gwp_asan/guarded_pool_allocator.h"