diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-08 06:34:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 08:35:29 +0200 |
commit | a5bf818ebb55e4e27eb0f067664fd4db70284267 (patch) | |
tree | 2c0699ba4827cee34161db3da7ec8f94a6175ea9 /libbuild2/test | |
parent | fce9782a330e8f701a8df0b5200e5b78e97ec4b5 (diff) |
Initial support for parsing and dumping recipes
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/script/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/script/parser.cxx b/libbuild2/test/script/parser.cxx index 06cefc7..86a73f1 100644 --- a/libbuild2/test/script/parser.cxx +++ b/libbuild2/test/script/parser.cxx @@ -2292,7 +2292,7 @@ namespace build2 // testscript:2:5: info: while parsing string '1>&a' // auto df = make_diag_frame ( - [s, &l](const diag_record& dr) + [this, s, &l](const diag_record& dr) { dr << info (l) << "while parsing string '" << s << "'"; }); |