diff options
Diffstat (limited to 'test/common/func.h')
-rw-r--r-- | test/common/func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/func.h b/test/common/func.h index bf9b2ddff9..607122505c 100644 --- a/test/common/func.h +++ b/test/common/func.h @@ -47,7 +47,7 @@ class FuncTestSuite : public CxxTest::TestSuite myFoos[i] = new Foo; int counter = 0; - + Common::for_each(myFoos, myFoos+4, Common::bind2nd(Common::mem_fun(&Foo::fooAdd), counter)); TS_ASSERT_EQUALS(counter, 4); |