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 02026e8..9861baf 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -585,7 +585,7 @@ namespace build2
if (t == nullptr)
fail << "invalid test executable override: unknown target: '"
- << n << "'";
+ << *n << "'";
}
}
else