Skip to content

Commit 50ba8c8

Browse files
authored
fix typo in negative_context.cpp (#2611)
The message is not corresponding to what is actually tested.
1 parent 2d9e1cb commit 50ba8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_conformance/api/negative_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ REGISTER_TEST(negative_create_context_from_type)
198198
{
199199
test_object_failure_ret(
200200
tmp_context, err, CL_DEVICE_NOT_FOUND,
201-
"clCreateContextFromType should return CL_DEVICE_NOT_AVAILABLE "
201+
"clCreateContextFromType should return CL_DEVICE_NOT_FOUND "
202202
"when: \"no devices that match device_type and property values "
203203
"specified in properties are currently available\"",
204204
TEST_FAIL);

0 commit comments

Comments
 (0)