Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp299 class SortAndDedupTest : public ::testing::TestWithParam<std::vector<int>> {}; class
301 TEST_P(SortAndDedupTest, SortAndDedup) { in TEST_P() argument