From 1f4e9c2f56b3947f6d9f828aa3b0ab4af4b335cf Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:45:00 -0700 Subject: [PATCH] test_parreduce.cpp: apply clang format --- tests/sampler/test_parreduce.cpp | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/tests/sampler/test_parreduce.cpp b/tests/sampler/test_parreduce.cpp index f27ec7040..ffecb4ea1 100644 --- a/tests/sampler/test_parreduce.cpp +++ b/tests/sampler/test_parreduce.cpp @@ -39,27 +39,9 @@ static const std::vector matchers{ "KokkosP: sample 11 finished with child-begin function.", "KokkosP: sample 11 calling child-end function...", "KokkosP: sample 11 finished with child-end function."}; - -/** - * @test This test checks that the tool effectively samples. - * - - */ - -static const std::vector matchers{ - "KokkosP: sample 6 calling child-begin function...", - "KokkosP: sample 6 finished with child-begin function.", - "KokkosP: sample 6 calling child-end function...", - "KokkosP: sample 6 finished with child-end function.", - "KokkosP: sample 11 calling child-begin function...", - "KokkosP: sample 11 finished with child-begin function.", - "KokkosP: sample 11 calling child-end function...", - "KokkosP: sample 11 finished with child-end function."}; - -/** - * @test This test checks that the tool effectively samples. +/* + * @test This test checks that the sampling utility properly samples. * - */ TEST(SamplerTest, ktoEnvVarDefault) { //! Initialize @c Kokkos.