mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-18 22:09:01 +00:00
fix typo in negative_context.cpp (#2611)
The message is not corresponding to what is actually tested.
This commit is contained in:
@@ -198,7 +198,7 @@ REGISTER_TEST(negative_create_context_from_type)
|
||||
{
|
||||
test_object_failure_ret(
|
||||
tmp_context, err, CL_DEVICE_NOT_FOUND,
|
||||
"clCreateContextFromType should return CL_DEVICE_NOT_AVAILABLE "
|
||||
"clCreateContextFromType should return CL_DEVICE_NOT_FOUND "
|
||||
"when: \"no devices that match device_type and property values "
|
||||
"specified in properties are currently available\"",
|
||||
TEST_FAIL);
|
||||
|
||||
Reference in New Issue
Block a user