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 392c9d5..b21f0c3 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -71,7 +71,7 @@ namespace build2
// If the rule could not resolve the group, then we ignore it.
//
group_view gv (a.outer ()
- ? resolve_group_members (a, t)
+ ? resolve_members (a, t)
: t.group_members (a));
if (gv.members != nullptr)