aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index e5b8eb2..c7de054 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -21,7 +21,7 @@ namespace build2
namespace test
{
match_result rule::
- match (action a, target& t, const std::string&) const
+ match (action a, target& t, const string&) const
{
// First determine if this is a test. This is controlled by
// the test target variable and text.<tt> scope variables.