Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2007-11-20 16:01:25


Author: eric_niebler
Date: 2007-11-20 16:01:25 EST (Tue, 20 Nov 2007)
New Revision: 41267
URL: http://svn.boost.org/trac/boost/changeset/41267

Log:
add back commented-out test
Text files modified:
   branches/proto/v3/libs/xpressive/proto3/test/make_expr.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/proto/v3/libs/xpressive/proto3/test/make_expr.cpp
==============================================================================
--- branches/proto/v3/libs/xpressive/proto3/test/make_expr.cpp (original)
+++ branches/proto/v3/libs/xpressive/proto3/test/make_expr.cpp 2007-11-20 16:01:25 EST (Tue, 20 Nov 2007)
@@ -72,7 +72,7 @@
 {
     test_suite *test = BOOST_TEST_SUITE("test make_expr, unpack_expr and friends");
 
-// test->add(BOOST_TEST_CASE(&test_make_expr));
+ test->add(BOOST_TEST_CASE(&test_make_expr));
     test->add(BOOST_TEST_CASE(&test_unpack_expr));
 
     return test;


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