From 621887af2b8d2ea9fc2b93d6af27f219f7836aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Wed, 21 Nov 2001 22:00:36 +0000 Subject: [PATCH] one test function wasn't called at all [SVN r11763] --- test/bind_tests_simple.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/bind_tests_simple.cpp b/test/bind_tests_simple.cpp index b975d0a..8fc6f73 100644 --- a/test/bind_tests_simple.cpp +++ b/test/bind_tests_simple.cpp @@ -128,5 +128,8 @@ int test_main(int, char *[]) { 4) )(i, j, k); BOOST_TEST(result == 12); + + test_member_functions(); + return 0; }