mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 19:32:11 +00:00
Revert changes made after deadline.
[SVN r48086]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2005-2008.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2006.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
@@ -29,7 +29,7 @@ typedef boost::mpl::list<char,int,float,double> test_types;
|
||||
// each produced test case uses struct F as a fixture
|
||||
BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types )
|
||||
{
|
||||
T t = static_cast<T>(i);
|
||||
T t = i;
|
||||
|
||||
// usually it's a bad idea to use BOOST_CHECK_EQUAL for checking equality values of
|
||||
// floating point types. This check may or may not produce an error report
|
||||
|
||||
Reference in New Issue
Block a user