aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index ae6bdbc..6058ed2 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -1477,7 +1477,7 @@ namespace build2
r.str = move (w);
};
- auto add_here_str_regex = [&l, &check_regex_mod, this] (
+ auto add_here_str_regex = [&l, &check_regex_mod] (
redirect& r, int fd, string&& w)
{
const char* what (nullptr);