Skip to content

Commit

Permalink
Fixed incorrect C in doctest string
Browse files Browse the repository at this point in the history
  • Loading branch information
vossmjp committed Jan 13, 2025
1 parent ef539f9 commit cfb5f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tbb/test_parallel_for.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2022 Intel Corporation
Copyright (c) 2005-2025 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -445,7 +445,7 @@ TEST_CASE("Various range implementations") {

//! Testing parallel_for with explicit task_group_context
//! \brief \ref interface \ref error_guessing
TEST_CASE("Сancellation test for tbb::parallel_for") {
TEST_CASE("Cancellation test for tbb::parallel_for") {
test_cancellation::ParallelForTestRunner</*FirstMode = */0>::run();
}

Expand Down

0 comments on commit cfb5f71

Please sign in to comment.