Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f7525ac

Browse files
author
jonahwilliams
committed
remove condition in test that isn't true with eager reset.
1 parent 2748e88 commit f7525ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/renderer/backend/vulkan/test/gpu_tracer_unittests.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ TEST(GPUTracerVK, DoesNotTraceOutsideOfFrameWorkload) {
6666
auto called = GetMockVulkanFunctions(context->GetDevice());
6767

6868
ASSERT_NE(called, nullptr);
69-
ASSERT_TRUE(std::find(called->begin(), called->end(), "vkCreateQueryPool") ==
70-
called->end());
7169
ASSERT_TRUE(std::find(called->begin(), called->end(),
7270
"vkGetQueryPoolResults") == called->end());
7371
}

0 commit comments

Comments
 (0)