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.