From a03955ef059904c7af759c92ebd1b112e78bc698 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:58:18 -0700 Subject: [PATCH] test_randomized_sampling.cpp: fix matcher --- tests/sampler/test_randomized_sampling.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sampler/test_randomized_sampling.cpp b/tests/sampler/test_randomized_sampling.cpp index 98949d0b7..000883f17 100644 --- a/tests/sampler/test_randomized_sampling.cpp +++ b/tests/sampler/test_randomized_sampling.cpp @@ -25,8 +25,7 @@ struct Tester { }; static const std::vector 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.