2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-24 18:02:22 +00:00

one test function wasn't called at all

[SVN r11763]
This commit is contained in:
Jaakko Järvi
2001-11-21 22:00:36 +00:00
parent 87b9c4f66d
commit 621887af2b

View File

@@ -128,5 +128,8 @@ int test_main(int, char *[]) {
4)
)(i, j, k);
BOOST_TEST(result == 12);
test_member_functions();
return 0;
}