Commit cb105687 by Loren J. Rittle Committed by Loren J. Rittle

* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.

From-SVN: r51544
parent f8ed1958
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment