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 5c563ff commit 9d644d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sampler/test_parreduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ TEST(SamplerTest, ktoEnvVarDefault) {
EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 14 calling")));
EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 15 calling")));


int occurrences = 0;
int occurrences = 0;
std::string::size_type pos = 0;
std::string samplerTestOutput(output.str());
std::string target("calling child-begin function");
Expand Down

0 comments on commit 9d644d7

Please sign in to comment.