2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32:11 +00:00

*** empty log message ***

[SVN r32049]
This commit is contained in:
Gennadiy Rozental
2005-12-14 06:01:02 +00:00
parent eea5d0bc41
commit c96ffdf25e
34 changed files with 428 additions and 488 deletions

View File

@@ -13,8 +13,8 @@
// *****************************************************************************
// Boost.Test
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/utils/iterator/token_iterator.hpp>
// BOOST
@@ -191,6 +191,9 @@ BOOST_AUTO_TEST_CASE( test_istream_token_iterator )
// History :
//
// $Log$
// Revision 1.13 2005/12/14 06:01:02 rogeeff
// *** empty log message ***
//
// Revision 1.12 2005/06/11 19:20:58 rogeeff
// *** empty log message ***
//