mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-18 22:09:01 +00:00
Fix new lines in error logging (#2617)
This is a small patch to fix a new line when logging an error.
This commit is contained in:
@@ -757,7 +757,7 @@ REGISTER_TEST(spirv_query_dependencies)
|
||||
}
|
||||
for (const auto& extension_dep : it->second.extensions)
|
||||
{
|
||||
log_error("Checked for SPIR-V extension %s.n",
|
||||
log_error("Checked for SPIR-V extension %s.\n",
|
||||
extension_dep.c_str());
|
||||
}
|
||||
return TEST_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user