Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-25 20:16:08


Author: jurko
Date: 2008-07-25 20:16:07 EDT (Fri, 25 Jul 2008)
New Revision: 47825
URL: http://svn.boost.org/trac/boost/changeset/47825

Log:
Minor stylistic comment change in the Boost Build tools/testing.jam module.
Text files modified:
   trunk/tools/build/v2/tools/testing.jam | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/tools/testing.jam
==============================================================================
--- trunk/tools/build/v2/tools/testing.jam (original)
+++ trunk/tools/build/v2/tools/testing.jam 2008-07-25 20:16:07 EDT (Fri, 25 Jul 2008)
@@ -111,9 +111,9 @@
     }
 
     # Remember the test (for --dump-tests). A good way would be to collect all
- # given a project. This has some technical problems: e.g. we can't call this
- # dump from Jamfile since projects referred by 'build-project' are not
- # available until the whole Jamfile is loaded.
+ # given a project. This has some technical problems: e.g. we can not call
+ # this dump from a Jamfile since projects referred by 'build-project' are
+ # not available until the whole Jamfile has been loaded.
     .all-tests += $(t) ;
     return $(t) ;
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk