diff --git a/test/tbb/test_collaborative_call_once.cpp b/test/tbb/test_collaborative_call_once.cpp index 47aa660f55..11a04a10d3 100644 --- a/test/tbb/test_collaborative_call_once.cpp +++ b/test/tbb/test_collaborative_call_once.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2024 Intel Corporation + Copyright (c) 2022-2024 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/tbb/test_eh_algorithms.cpp b/test/tbb/test_eh_algorithms.cpp index eb10ab71f9..7a2b59b400 100644 --- a/test/tbb/test_eh_algorithms.cpp +++ b/test/tbb/test_eh_algorithms.cpp @@ -486,8 +486,8 @@ TEST_CASE("parallel_for and parallel_reduce exception handling test #4") { } } -#endif /* TBB_USE_EXCEPTIONS */ #endif +#endif /* TBB_USE_EXCEPTIONS */ class ParForBodyToCancel { public: void operator()( const range_type& ) const {