mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
basic: add missing newline at end of error messages (#2275)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
3618402c3a
commit
9f63decb9c
@@ -1100,7 +1100,7 @@ static int check_global_initialization(cl_context context, cl_program program,
|
||||
test_error_ret(status, "Failed to read buffer from device", status);
|
||||
if (is_init_valid == 0)
|
||||
{
|
||||
log_error("Unexpected default values were detected");
|
||||
log_error("Unexpected default values were detected\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user