Skip to content

Commit

Permalink
test_parfor.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 c287148 commit f3e54eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/sampler/test_parfor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ TEST(SamplerTest, ktoEnvVarDefault) {
EXPECT_THAT(output.str(), HasSubstr(matcher));
}

EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 1 calling")));
EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 75 calling")));
EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: sample 149 calling")));

EXPECT_THAT(output.str(), Not(HasSubstr("KokkosP: FATAL: No child library of "
"sampler utility library to call")));

Expand Down

0 comments on commit f3e54eb

Please sign in to comment.