From: SubaruG Date: Wed, 26 May 2010 03:33:13 +0000 (+0900) Subject: ptr_fun のテストケースを微修正 X-Git-Url: http://git.sourceforge.jp/view?p=gintenlib%2Fgintenlib.git;a=commitdiff_plain;h=df6d69eb204f7849e43742c1b32ccb2b88c7200d ptr_fun のテストケースを微修正 --- diff --git a/tests/ptr_fun.cc b/tests/ptr_fun.cc index 4bcc66c..e86e641 100644 --- a/tests/ptr_fun.cc +++ b/tests/ptr_fun.cc @@ -66,6 +66,7 @@ void test2() int test_main( int, char** ) { test1(); + test2(); return 0; }