Skip to content

Commit

Permalink
Correction related to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Jun 17, 2024
1 parent a3d5e4b commit 83b129c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ struct CreateInvalidOperation : public SemaphoreTestBase
semaphore_second =
clCreateSemaphoreWithPropertiesKHR(context, sema_2_props, &err);
test_failure_error(
err, CL_INVALID_DEVICE,
err, CL_INVALID_OPERATION,
"Unexpected clCreateSemaphoreWithPropertiesKHR return");

return CL_SUCCESS;
Expand Down

0 comments on commit 83b129c

Please sign in to comment.