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 9dc24cd..1ce6efb 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -696,7 +696,7 @@ namespace build2
{
// Run the alias recipe first then the test.
//
- target_state r (execute_prerequisites (a, t));
+ target_state r (straight_execute_prerequisites (a, t));
// Note that we reuse the prerequisite_targets prepared by the standard
// search and match.