Skip to content

Commit c981308

Browse files
Update test/conformance/enqueue/helpers.h
Co-authored-by: aarongreig <aaron.greig@codeplay.com>
1 parent e29448c commit c981308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/enqueue/helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct mem_buffer_map_write_test_parameters_t {
110110
template <typename T>
111111
inline std::string printMemBufferTestString(
112112
const testing::TestParamInfo<typename T::ParamType> &info) {
113-
// ParamType will be std::tuple<ur_device_handle_t, test_parameters_t>
113+
// ParamType will be std::tuple<ur_device_handle_t, mem_buffer_test_parameters_t>
114114
const auto device_handle = std::get<0>(info.param);
115115
const auto platform_device_name = GetPlatformAndDeviceName(device_handle);
116116

0 commit comments

Comments
 (0)