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!"))); - }