We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084ca2 commit d0c5de8Copy full SHA for d0c5de8
conformance_tests/core/test_memory/src/test_svm.cpp
@@ -85,8 +85,8 @@ LZT_TEST_P(
85
lzt::destroy_command_bundle(cmd_bundle);
86
lzt::destroy_function(function);
87
88
- lzt::free_memory_with_allocator_selector(source, is_dst_shared_system);
89
- lzt::free_memory_with_allocator_selector(result, is_src_shared_system);
+ lzt::free_memory_with_allocator_selector(source, is_src_shared_system);
+ lzt::free_memory_with_allocator_selector(result, is_dst_shared_system);
90
}
91
92
struct SharedSystemMemoryTestsNameSuffix {
0 commit comments