Skip to content

Commit

Permalink
test_parfor.cpp: remove count for number of times
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 6, 2024
1 parent 23d0f81 commit ffbbb85
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/sampler/test_parfor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ TEST(SamplerTest, ktoEnvVarDefault) {
EXPECT_THAT(output.str(), HasSubstr(matcher));
} // end TEST

EXPECT_THAT(output.str(), Contains.Times(2, "calling child-begin function..."));

EXPECT_THAT(output.str(),
Contains.Times(2,
"finished with child-begin function."));

EXPECT_THAT(output.str(), Contains.Times(
2, "calling child-end function..."));

EXPECT_THAT(output.str(),
Contains.Times(2,
"finished with child-end function."));

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

0 comments on commit ffbbb85

Please sign in to comment.