aboutsummaryrefslogtreecommitdiff
path: root/build2/test/init.cxx
diff options
context:
space:
mode:
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_);
}