Skip to content

Commit abe4026

Browse files
authored
Merge pull request NVIDIA#1904 from ericniebler/fix-name-of-fork-join-test
rename test_fork.cpp to match the name of the algorithm it tests
2 parents 0758df6 + 1fb46fc commit abe4026

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/exec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(exec_test_sources
4444
test_sequence.cpp
4545
test_static_thread_pool.cpp
4646
test_just_from.cpp
47-
test_fork.cpp
47+
test_fork_join.cpp
4848
test_cpo_split.cpp
4949
test_cpo_ensure_started.cpp
5050
test_execute.cpp

0 commit comments

Comments
 (0)