From e45345eeee4db91644a58842267393ff2df19fe2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Mar 2017 11:23:35 +0200 Subject: Fix unit test code generation --- build2/cc/compile.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'build2/cc') diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index f202ba1..6493c61 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -516,9 +516,9 @@ namespace build2 { tracer trace (x, "compile::append_prefixes"); - // If this target does not belong to any project (e.g, an - // "imported as installed" library), then it can't possibly - // generate any headers for us. + // If this target does not belong to any project (e.g, an "imported as + // installed" library), then it can't possibly generate any headers for + // us. // const scope* rs (t.base_scope ().root_scope ()); if (rs == nullptr) @@ -554,8 +554,7 @@ namespace build2 l6 ([&]{trace << "-I '" << d << "'";}); - // If we are relative or not inside our project root, then - // ignore. + // If we are relative or not inside our project root, then ignore. // if (d.relative () || !d.sub (out_root)) continue; -- cgit v1.1