Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-25 15:46:30 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-25 15:46:30 +0300
commit21c33566b52b95de08e8b177e987098d3b26b20c (patch)
tree416a142639a15ac6ea9374284719166222638c43 /cmake/tests.cmake
parent50273d3c087bc6f9681d8c3e0568c41ffe9f4459 (diff)
Replace remove_all algorithm with reduce, which is implemented using the traverse algorithm.
Diffstat (limited to 'cmake/tests.cmake')
-rw-r--r--cmake/tests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index ebd2e2ca..f7974030 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -21,7 +21,7 @@ set(llfio_TESTS
"test/tests/path_view.cpp"
"test/tests/pipe_handle.cpp"
"test/tests/process_handle.cpp"
- "test/tests/remove_all.cpp"
+ "test/tests/reduce.cpp"
"test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp"
"test/tests/section_handle_create_close/runner.cpp"
"test/tests/shared_fs_mutex.cpp"