From 9abf32ea1ad7915038451f086350d3c33e95f303 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:51:07 -0700 Subject: [PATCH] Update test_parfor.cpp: remove using AtMost --- tests/sampler/test_parfor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sampler/test_parfor.cpp b/tests/sampler/test_parfor.cpp index 7c59c0495..2aa0c11a2 100644 --- a/tests/sampler/test_parfor.cpp +++ b/tests/sampler/test_parfor.cpp @@ -6,7 +6,6 @@ #include "Kokkos_Core.hpp" -using ::testing::AtMost; using ::testing::Contains; using ::testing::HasSubstr; using ::testing::Not;