mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
compiler: fix grammar in error message (#1877)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
1260e7f5e0
commit
0bdd0fd2fa
@@ -171,8 +171,8 @@ cl_int check_compiler_feature_info(cl_device_id deviceID, cl_context context,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_error("Error: The macro feature is defined and undefined "
|
log_error("Error: The feature macro is defined and undefined "
|
||||||
"in the same time\n");
|
"at the same time\n");
|
||||||
error = OutputBuildLogs(program_supported, 1, &deviceID);
|
error = OutputBuildLogs(program_supported, 1, &deviceID);
|
||||||
test_error(error, "OutputBuildLogs failed.\n");
|
test_error(error, "OutputBuildLogs failed.\n");
|
||||||
error = OutputBuildLogs(program_not_supported, 1, &deviceID);
|
error = OutputBuildLogs(program_not_supported, 1, &deviceID);
|
||||||
|
|||||||
Reference in New Issue
Block a user