aboutsummaryrefslogtreecommitdiff
path: root/test/opt/eliminate_dead_io_components_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/eliminate_dead_io_components_test.cpp')
-rw-r--r--test/opt/eliminate_dead_io_components_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/opt/eliminate_dead_io_components_test.cpp b/test/opt/eliminate_dead_io_components_test.cpp
index f175e495..da26cefd 100644
--- a/test/opt/eliminate_dead_io_components_test.cpp
+++ b/test/opt/eliminate_dead_io_components_test.cpp
@@ -445,9 +445,9 @@ TEST_F(ElimDeadIOComponentsTest, ElimStructMember) {
%v2float = OpTypeVector %float 2
%Vertex = OpTypeStruct %v4float %v2float
; CHECK: %Vertex = OpTypeStruct %v4float %v2float
-; CHECK: [[sty:%\w+]] = OpTypeStruct %v4float
+; CHECK: %Vertex_0 = OpTypeStruct %v4float
%_ptr_Input_Vertex = OpTypePointer Input %Vertex
-; CHECK: [[pty:%\w+]] = OpTypePointer Input [[sty]]
+; CHECK: [[pty:%\w+]] = OpTypePointer Input %Vertex_0
%iVert = OpVariable %_ptr_Input_Vertex Input
; CHECK: %iVert = OpVariable [[pty]] Input
%int = OpTypeInt 32 1