Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JhaShweta1 committed Feb 16, 2024
1 parent f323dc7 commit d4dcae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tbb/test_collaborative_call_once.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/tbb/test_eh_algorithms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d4dcae8

Please sign in to comment.