From 388ca7b5af74336988266699a0b2c82a00e9de56 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:34:30 -0700 Subject: [PATCH] test_parreduce.cpp: apply clang format --- tests/sampler/test_parreduce.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/sampler/test_parreduce.cpp b/tests/sampler/test_parreduce.cpp index c0497c9e2..0d4419896 100644 --- a/tests/sampler/test_parreduce.cpp +++ b/tests/sampler/test_parreduce.cpp @@ -38,14 +38,12 @@ static const std::vector matchers{ "KokkosP: sample 102 calling child-end function...", "KokkosP: sample 102 finished with child-end function."}; - /** * @test This test checks that the tool effectively samples. * */ - TEST(SamplerTest, ktoEnvVarDefault) { //! Initialize @c Kokkos. Kokkos::initialize(); @@ -77,5 +75,4 @@ TEST(SamplerTest, ktoEnvVarDefault) { EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: FATAL: Kokkos Tools Programming " "Interface's tool-invoked Fence is NULL!"))); - }