mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +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
@@ -526,7 +526,7 @@ struct TestWorkItemFnsOutOfRange
|
||||
// Validate
|
||||
if (!Validate(dim))
|
||||
{
|
||||
log_error("Validation failed");
|
||||
log_error("Validation failed\n");
|
||||
return TEST_FAIL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user