2
0
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:
Stefan Slapeta
2005-02-03 13:55:45 +00:00
parent 9e45d49139
commit b0ce56c74f
15 changed files with 407 additions and 407 deletions

View File

@@ -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)