diff --git a/lib/comgr/test/lookup_code_object_test.c b/lib/comgr/test/lookup_code_object_test.c index 7187916..150fb66 100644 --- a/lib/comgr/test/lookup_code_object_test.c +++ b/lib/comgr/test/lookup_code_object_test.c @@ -158,11 +158,11 @@ void sharedObjectTest(amd_comgr_data_kind_t Kind) { Status = amd_comgr_set_data(DataObject, Size, Buf); checkError(Status, "amd_comgr_set_data"); - amd_comgr_code_object_info_t QueryList1[1] = {"amdgcn-amd-amdhsa--gfx700", 0, - 0}; + amd_comgr_code_object_info_t QueryList1[1] = { + {"amdgcn-amd-amdhsa--gfx700", 0, 0}}; - amd_comgr_code_object_info_t QueryList2[1] = {"amdgcn-amd-amdhsa--gfx803", 0, - 0}; + amd_comgr_code_object_info_t QueryList2[1] = { + {"amdgcn-amd-amdhsa--gfx803", 0, 0}}; Status = amd_comgr_lookup_code_object(DataObject, QueryList1, 1); checkError(Status, "amd_comgr_lookup_code_object");