From 7881eb5666c6f8c961a8a540e691d7c4215d9353 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 9 Apr 2012 18:07:51 +0000 Subject: [PATCH] Remove incorrect test [SVN r77854] --- test/lexical_cast_iterator_range_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/lexical_cast_iterator_range_test.cpp b/test/lexical_cast_iterator_range_test.cpp index ca8b3ef..80008d9 100644 --- a/test/lexical_cast_iterator_range_test.cpp +++ b/test/lexical_cast_iterator_range_test.cpp @@ -63,10 +63,6 @@ void do_test_iterator_range_impl(const RngT& rng) BOOST_CHECK_EQUAL(lexical_cast(rng), 1u); BOOST_CHECK_EQUAL(lexical_cast<__int64>(rng), 1); #endif - -#ifndef BOOST_LCAST_NO_WCHAR_T - BOOST_CHECK(lexical_cast(rng) == L"1"); -#endif } template