aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp')
-rw-r--r--test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp b/test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp
index 689cf193..bcd04afa 100644
--- a/test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp
+++ b/test/fuzz/transformation_replace_copy_memory_with_load_store_test.cpp
@@ -75,11 +75,11 @@ TEST(TransformationReplaceCopyMemoryWithLoadStoreTest, BasicScenarios) {
kConsoleMessageConsumer));
auto instruction_descriptor_invalid_1 =
- MakeInstructionDescriptor(5, spv::Op::OpStore, 0);
+ MakeInstructionDescriptor(5, SpvOpStore, 0);
auto instruction_descriptor_valid_1 =
- MakeInstructionDescriptor(5, spv::Op::OpCopyMemory, 0);
+ MakeInstructionDescriptor(5, SpvOpCopyMemory, 0);
auto instruction_descriptor_valid_2 =
- MakeInstructionDescriptor(5, spv::Op::OpCopyMemory, 0);
+ MakeInstructionDescriptor(5, SpvOpCopyMemory, 0);
// Invalid: |source_id| is not a fresh id.
auto transformation_invalid_1 = TransformationReplaceCopyMemoryWithLoadStore(