diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-14 10:55:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:14 +0200 |
commit | 7fb96a64584a357d871b1ae3abde0a48ad60ea92 (patch) | |
tree | d789c53946669abc487842f4de40af4e60dc789c | |
parent | 64eecc0f7ba15b1733bbc713a2f197dda590e12d (diff) |
Cosmetic change
-rw-r--r-- | build2/test/init.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build2/test/init.cxx b/build2/test/init.cxx index 296ae69..69570fd 100644 --- a/build2/test/init.cxx +++ b/build2/test/init.cxx @@ -98,10 +98,9 @@ namespace build2 // r.insert<target> (perform_test_id, "test", rule_); - // Register our rule for the dist meta-operation. We need - // to do this because we have "ad-hoc prerequisites" (test - // input/output files) that need to be entered into the - // target list. + // Register our rule for the dist meta-operation. We need to do this + // because we have "ad-hoc prerequisites" (test input/output files) + // that need to be entered into the target list. // r.insert<target> (dist_id, test_id, "test", rule_); } |