Skip to content

Commit 2f755d8

Browse files
layers: Quick VUID Churn update
1 parent dd28162 commit 2f755d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/descriptor_heap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6600,7 +6600,7 @@ TEST_F(NegativeDescriptorHeap, ResetPushConstsWithPushData) {
66006600
vk::CmdPushDataEXT(m_command_buffer, &push_data_info);
66016601
vk::CmdBindPipeline(m_command_buffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipe);
66026602
m_command_buffer.BeginRenderPass(m_renderPassBeginInfo);
6603-
m_errorMonitor->SetDesiredError("VUID-vkCmdDraw-maintenance4-08602");
6603+
m_errorMonitor->SetDesiredError("VUID-vkCmdDraw-None-08601");
66046604
vk::CmdDraw(m_command_buffer, 3, 1, 0, 0);
66056605
m_errorMonitor->VerifyFound();
66066606
m_command_buffer.EndRenderPass();

0 commit comments

Comments
 (0)