From ce02fa0c58fe1d1790f394744e2c6b97cc747b4a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 23 Jan 2002 12:40:44 +0000 Subject: [PATCH] Removed crazy mess up from previous change: (the body of the test was commented out with #if 0) [SVN r12454] --- test/tuple_test_bench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tuple_test_bench.cpp b/test/tuple_test_bench.cpp index a4e8db1..5aa03ff 100644 --- a/test/tuple_test_bench.cpp +++ b/test/tuple_test_bench.cpp @@ -12,7 +12,7 @@ using namespace std; using namespace boost; -#if 0 + // ---------------------------------------------------------------------------- // helpers // ---------------------------------------------------------------------------- @@ -491,7 +491,7 @@ int test_main(int, char *[]) { return 0; } -#endif +