Home
last modified time | relevance | path

Searched defs:TestWithParam (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dharness.h17 template <typename T> using TestWithParam = ::zxtest::TestWithParam<T>; variable
21 template <typename T> using TestWithParam = ::testing::TestWithParam<T>; variable