mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove unused parameter (#630)
The imageSupportRequired param is not needed in runTestHarnessWithCheck, so just remove it. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
@@ -59,6 +59,6 @@ static test_status checkSubGroupsExtension(cl_device_id device)
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
gMTdata = init_genrand(0);
|
||||
return runTestHarnessWithCheck(argc, argv, test_num, test_list, false, false, 0, checkSubGroupsExtension);
|
||||
return runTestHarnessWithCheck(argc, argv, test_num, test_list, false, 0, checkSubGroupsExtension);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user