From 50ba8c8c1cc68111eade24a12f4af2a646d371cb Mon Sep 17 00:00:00 2001 From: Romaric Jodin Date: Wed, 4 Feb 2026 08:11:24 -0800 Subject: [PATCH] fix typo in negative_context.cpp (#2611) The message is not corresponding to what is actually tested. --- test_conformance/api/negative_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/api/negative_context.cpp b/test_conformance/api/negative_context.cpp index a19f1977..23ace048 100644 --- a/test_conformance/api/negative_context.cpp +++ b/test_conformance/api/negative_context.cpp @@ -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);