Skip to content

Commit

Permalink
test_randomized_sampling.cpp: fix matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Mar 21, 2024
1 parent 9517af5 commit a03955e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sampler/test_randomized_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ struct Tester {
};

static const std::vector<std::string> matchers{
"(.*) KokkosP: sample 100 calling child-begin function... (.*)"
"\nKokkosP: sample 100 calling child-end function ... (.*)"};
"(.*) KokkosP: Execution of kernel 101 is completed (.*)"};

/**
* @test This test checks that the tool effectively samples.
Expand Down

0 comments on commit a03955e

Please sign in to comment.