Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74554 - trunk/libs/chrono/test/stopwatch
From: vicente.botet_at_[hidden]
Date: 2011-09-24 12:14:06


Author: viboes
Date: 2011-09-24 12:14:05 EDT (Sat, 24 Sep 2011)
New Revision: 74554
URL: http://svn.boost.org/trac/boost/changeset/74554

Log:
Chrono: remove io from simple_stopwatch_pass test
Text files modified:
   trunk/libs/chrono/test/stopwatch/simple_stopwatch_pass.cpp | 5 -----
   1 files changed, 0 insertions(+), 5 deletions(-)

Modified: trunk/libs/chrono/test/stopwatch/simple_stopwatch_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/simple_stopwatch_pass.cpp (original)
+++ trunk/libs/chrono/test/stopwatch/simple_stopwatch_pass.cpp 2011-09-24 12:14:05 EDT (Sat, 24 Sep 2011)
@@ -16,10 +16,6 @@
 #include <boost/chrono/stopwatches/simple_stopwatch.hpp>
 #include <boost/chrono/process_cpu_clocks.hpp>
 #include <boost/chrono/thread_clock.hpp>
-#include <boost/chrono/stopwatches/reporters/system_default_formatter.hpp>
-#include <boost/chrono/stopwatches/reporters/process_default_formatter.hpp>
-#include <boost/chrono/stopwatches/reporters/thread_default_formatter.hpp>
-#include <boost/chrono/chrono_io.hpp>
 #include <boost/system/system_error.hpp>
 #include <boost/detail/lightweight_test.hpp>
 
@@ -83,7 +79,6 @@
   Stopwatch sw;
   ex::sleep_for(boost::chrono::milliseconds(100));
   typename Stopwatch::duration d=sw.elapsed();
- std::cout << d << std::endl;
   if (check)
     BOOST_TEST(d >= boost::chrono::milliseconds(100));
 }


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