aboutsummaryrefslogtreecommitdiff
path: root/build2/test/init.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-14 10:55:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:14 +0200
commit7fb96a64584a357d871b1ae3abde0a48ad60ea92 (patch)
treed789c53946669abc487842f4de40af4e60dc789c /build2/test/init.cxx
parent64eecc0f7ba15b1733bbc713a2f197dda590e12d (diff)
Cosmetic change
Diffstat (limited to 'build2/test/init.cxx')
-rw-r--r--build2/test/init.cxx7
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_);
}