tests: GH428 removal of offending line
authorMark Mueller <markm@lunarg.com>
Thu, 8 Sep 2016 17:11:25 +0000 (11:11 -0600)
committerMark Mueller <markm@lunarg.com>
Thu, 8 Sep 2016 19:23:22 +0000 (13:23 -0600)
The ill constructed draw is not needed and causes issues on some platforms.

Change-Id: I695a386e3a70a2d004b047044ee534e204a6499a

tests/layer_validation_tests.cpp

index b630e6b..579f8ed 100644 (file)
@@ -12644,7 +12644,6 @@ TEST_F(VkLayerTest, InUseDestroyedSignaled) {
     vkCmdBindPipeline(m_commandBuffer->GetBufferHandle(), VK_PIPELINE_BIND_POINT_GRAPHICS, pipe.handle());
     vkCmdBindDescriptorSets(m_commandBuffer->GetBufferHandle(), VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline_layout, 0, 1,
                             &descriptorset, 0, NULL);
-    vkCmdDraw(m_commandBuffer->handle(), 3, 1, 0, 0);
 
     EndCommandBuffer();