From 17f4b6fd4c88b0167e066b74173c595f5ebd2d6c Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 22 Nov 2012 16:33:54 +0000 Subject: [PATCH] Comment out some minor unrequired tests [SVN r81486] --- test/lexical_cast_stream_traits_test.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/lexical_cast_stream_traits_test.cpp b/test/lexical_cast_stream_traits_test.cpp index 8db47a1..8198ae8 100644 --- a/test/lexical_cast_stream_traits_test.cpp +++ b/test/lexical_cast_stream_traits_test.cpp @@ -100,14 +100,14 @@ void test_metafunctions() test_optimized_types_to_string(); test_optimized_types_to_string(); test_optimized_types_to_string(); - test_optimized_types_to_string(); - test_optimized_types_to_string(); + //test_optimized_types_to_string(); + //test_optimized_types_to_string(); test_optimized_types_to_string(); - test_optimized_types_to_string(); - test_optimized_types_to_string(); + //test_optimized_types_to_string(); + //test_optimized_types_to_string(); test_optimized_types_to_string(); - test_optimized_types_to_string(); - test_optimized_types_to_string(); + //test_optimized_types_to_string(); + //test_optimized_types_to_string(); test_optimized_types_to_string >(); test_optimized_types_to_string >(); test_optimized_types_to_string >();