mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
cl22: Issue #12: printf: Remove testing printf %s on a NULL string
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -613,7 +613,6 @@ struct printDataGenParameters printStringGenParameters[] = {
|
|||||||
//%% specification
|
//%% specification
|
||||||
|
|
||||||
{"%s","\"%%\""},
|
{"%s","\"%%\""},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
@@ -629,9 +628,6 @@ const char * correctBufferString[] = {
|
|||||||
"f",
|
"f",
|
||||||
|
|
||||||
"%%",
|
"%%",
|
||||||
|
|
||||||
"(null)"
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user