Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50935 - branches/release/libs/integer/test
From: Boris.Gubenko_at_[hidden]
Date: 2009-01-31 16:37:54


Author: bgubenko
Date: 2009-01-31 16:37:54 EST (Sat, 31 Jan 2009)
New Revision: 50935
URL: http://svn.boost.org/trac/boost/changeset/50935

Log:
add missing #include to integer_mask_test.cpp
Text files modified:
   branches/release/libs/integer/test/integer_mask_test.cpp | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: branches/release/libs/integer/test/integer_mask_test.cpp
==============================================================================
--- branches/release/libs/integer/test/integer_mask_test.cpp (original)
+++ branches/release/libs/integer/test/integer_mask_test.cpp 2009-01-31 16:37:54 EST (Sat, 31 Jan 2009)
@@ -10,8 +10,7 @@
 // Revision History
 // 23 Sep 2001 Initial version (Daryle Walker)
 
-#define BOOST_INCLUDE_MAIN
-#include <boost/test/test_tools.hpp> // for main
+#include <boost/test/minimal.hpp> // for main
 
 #include <boost/cstdlib.hpp> // for boost::exit_success
 #include <boost/integer/integer_mask.hpp> // for boost::high_bit_mask_t, etc.


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