From 39f2b2237c559808b52341cb119c61549e46ebee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 4 Mar 2017 19:02:28 +0200 Subject: Fix target name printing in diagnostics --- build2/test/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/rule.cxx') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 02026e81..9861bafd 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 -- cgit