diff --git a/compiler-rt/lib/gwp_asan/tests/harness.h b/compiler-rt/lib/gwp_asan/tests/harness.h index efac8266c3214..e6be68cf74b3c 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 = ::testing::TestWithParam; +template using TestWithParam = ::zxtest::TestWithParam; #endif #include "gwp_asan/guarded_pool_allocator.h"