aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz/transformation_add_type_matrix_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz/transformation_add_type_matrix_test.cpp')
-rw-r--r--test/fuzz/transformation_add_type_matrix_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/transformation_add_type_matrix_test.cpp b/test/fuzz/transformation_add_type_matrix_test.cpp
index 9b10dbd6..df0111e2 100644
--- a/test/fuzz/transformation_add_type_matrix_test.cpp
+++ b/test/fuzz/transformation_add_type_matrix_test.cpp
@@ -72,7 +72,7 @@ TEST(TransformationAddTypeMatrixTest, BasicTest) {
transformation.IsApplicable(context.get(), transformation_context));
ApplyAndCheckFreshIds(transformation, context.get(),
&transformation_context);
- ASSERT_EQ(spv::Op::OpTypeMatrix,
+ ASSERT_EQ(SpvOpTypeMatrix,
context->get_def_use_mgr()->GetDef(100)->opcode());
ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix());
}