From d4dcae882c114cff155cabf942c7a5c1a077b7de Mon Sep 17 00:00:00 2001 From: JhaShweta1 Date: Fri, 16 Feb 2024 15:13:53 -0600 Subject: [PATCH] comments --- test/tbb/test_collaborative_call_once.cpp | 2 +- test/tbb/test_eh_algorithms.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {