From 404f061015b309b74c8f2e7536e3e31b1cacad52 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:04:46 -0700 Subject: [PATCH] test_parreduce.cpp: apply clang format --- tests/sampler/test_parreduce.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sampler/test_parreduce.cpp b/tests/sampler/test_parreduce.cpp index cdc0d146e..cedc294a2 100644 --- a/tests/sampler/test_parreduce.cpp +++ b/tests/sampler/test_parreduce.cpp @@ -6,9 +6,9 @@ #include "Kokkos_Core.hpp" +using ::testing::Contains; using ::testing::HasSubstr; using ::testing::Not; -using ::testing::Contains; using ::testing::Times; struct Tester { @@ -72,7 +72,7 @@ TEST(SamplerTest, ktoEnvVarDefault) { EXPECT_THAT(output.str(), HasSubstr(matcher)); } - EXPECT_THAT(output.str(), + EXPECT_THAT(output.str(), ::testing::Contains.Times(static_cast(2), "calling child-begin function...")); EXPECT_THAT(output.str(),