diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/recipe/cxx/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/recipe/cxx/testscript b/tests/recipe/cxx/testscript index c94148e..214468f 100644 --- a/tests/recipe/cxx/testscript +++ b/tests/recipe/cxx/testscript @@ -180,9 +180,9 @@ if (!$static && $test.target == $build.host) -- recipe - apply (action, target& t) const override + apply (action a, target& t) const override { - const auto& mrs (t.data<regex_match_results> ()); + const auto& mrs (t.data<regex_match_results> (a)); return [this, mr = mrs.str (1)] (action a, const target& t) { |