Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68326 - trunk/libs/random/test
From: steven_at_[hidden]
Date: 2011-01-20 16:16:27


Author: steven_watanabe
Date: 2011-01-20 16:16:27 EST (Thu, 20 Jan 2011)
New Revision: 68326
URL: http://svn.boost.org/trac/boost/changeset/68326

Log:
Fix Jamfile typo.
Text files modified:
   trunk/libs/random/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/random/test/Jamfile.v2
==============================================================================
--- trunk/libs/random/test/Jamfile.v2 (original)
+++ trunk/libs/random/test/Jamfile.v2 2011-01-20 16:16:27 EST (Thu, 20 Jan 2011)
@@ -80,7 +80,7 @@
 # run statistic_tests.cpp ;
 
 exe statistic_tests.exe : statistic_tests.cpp ;
-explicit statistics_tests.exe ;
+explicit statistic_tests.exe ;
 
 install statistic_tests : statistic_tests.exe : <install-type>EXE <location>. ;
 explicit statistic_tests ;


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