mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-22 17:22:48 +00:00
replaced BOOST_TEST
[SVN r27057]
This commit is contained in:
@@ -41,7 +41,7 @@ void test_foreach() {
|
||||
bind(ll::for_each(), _1, _1 + 20,
|
||||
protect((sum += _1))));
|
||||
|
||||
BOOST_TEST(sum == (199 + 1)/ 2 * 199);
|
||||
BOOST_CHECK(sum == (199 + 1)/ 2 * 199);
|
||||
}
|
||||
|
||||
// More tests needed (for all algorithms)
|
||||
|
||||
Reference in New Issue
Block a user