Skip to content

Commit

Permalink
test_parreduce.cpp: apply clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Apr 6, 2024
1 parent a1cb3fd commit 388ca7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/sampler/test_parreduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ static const std::vector<std::string> 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();
Expand Down Expand Up @@ -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!")));

}

0 comments on commit 388ca7b

Please sign in to comment.