mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove duplicate sizeof test from the compatibility suite (#545)
... and fix bug 16041 in the main suite. The only diffs were: - changes made to support both 1.2 and 2.0 on master - changes to fix bug 16041 in the compatibility version that hadn't made it to the main version. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -141,7 +141,7 @@ const size_table vector_table[] =
|
||||
|
||||
const char *ptr_table[] =
|
||||
{
|
||||
"void*",
|
||||
"global void*",
|
||||
"size_t",
|
||||
"sizeof(int)", // check return type of sizeof
|
||||
"ptrdiff_t"
|
||||
|
||||
Reference in New Issue
Block a user