From 009d96f42a82a473085d5d4c683bbf156ddcf90a Mon Sep 17 00:00:00 2001 From: spencer-lunarg Date: Mon, 30 Oct 2023 17:25:00 +0900 Subject: [PATCH] tests: Fix UnknownWriteComponentA8Unorm --- tests/unit/shader_storage_image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/shader_storage_image.cpp b/tests/unit/shader_storage_image.cpp index 3a76da9d0b3..aad5a931679 100644 --- a/tests/unit/shader_storage_image.cpp +++ b/tests/unit/shader_storage_image.cpp @@ -858,7 +858,7 @@ TEST_F(NegativeShaderStorageImage, UnknownWriteComponentA8Unorm) { %main = OpFunction %void None %func %label = OpLabel %load = OpLoad %image %var - OpImageWrite %load %coord %texelU3 ZeroExtend + OpImageWrite %load %coord %texelU3 OpReturn OpFunctionEnd )";