aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index 622696e..8c52288 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -202,9 +202,9 @@ namespace build2
//
// Note that we operate with normalized paths here.
//
- // @@ What if to make cleanup insensitive to the registration order,
- // and sorting paths properly prior removal? Would it produce any
- // testing flaws?
+ //
+ // @@ I think we should weed duplicates on registration. And just do
+ // linear search in vector since we don't expect many cleanups.
//
set<path> rp;
for (auto& p: reverse_iterate (sp.cleanups))