* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
From-SVN: r51544
This commit is contained in:
parent
f8ed195839
commit
cb105687e5
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-28 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
|
||||
|
||||
2002-03-28 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* testsuite/24_iterators/istream_iterator.cc
|
||||
|
|
|
@ -87,8 +87,8 @@ void test_extrema<long double>()
|
|||
|
||||
VERIFY( (extrema_min - limits_min) < epsilon );
|
||||
VERIFY( (limits_min - extrema_min) < epsilon );
|
||||
VERIFY( (extrema_max - limits_max) < (1 + epsilon) );
|
||||
VERIFY( (limits_max - extrema_max) < (1 + epsilon) );
|
||||
VERIFY( (extrema_max / limits_max) < (1 + epsilon) );
|
||||
VERIFY( (limits_max / extrema_max) < (1 + epsilon) );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue