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 11, 2024
1 parent d8f29f4 commit 1f4e9c2
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions tests/sampler/test_parreduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,9 @@ static const std::vector<std::string> 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<std::string> 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.
Expand Down

0 comments on commit 1f4e9c2

Please sign in to comment.