Skip to content

Commit d5cbc6d

Browse files
committed
Fix testing
1 parent 75ad2c3 commit d5cbc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DiligentCoreAPITest/src/ObjectCreationFailure/PRSCreationFailureTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ TEST(PRSCreationFailureTest, InvalidInlineConstantsFlag)
280280
{SHADER_TYPE_PIXEL, "g_InlineConstants", 1, SHADER_RESOURCE_TYPE_CONSTANT_BUFFER, SHADER_RESOURCE_VARIABLE_TYPE_STATIC, PIPELINE_RESOURCE_FLAG_INLINE_CONSTANTS | PIPELINE_RESOURCE_FLAG_NO_DYNAMIC_BUFFERS}};
281281
PRSDesc.Resources = Resources;
282282
PRSDesc.NumResources = _countof(Resources);
283-
TestCreatePRSFailure(PRSDesc, "INLINE_CONSTANTS flag cannot be combined with other flags");
283+
TestCreatePRSFailure(PRSDesc, "INLINE_CONSTANTS flag cannot be combined with flags other than VULKAN_PUSH_CONSTANT");
284284
}
285285

286286
TEST(PRSCreationFailureTest, InvalidInlineConstantCount)

0 commit comments

Comments
 (0)