OSDN Git Service

ptr_fun のテストケースを微修正
authorSubaruG <subaru_g@users.sourceforge.jp>
Wed, 26 May 2010 03:33:13 +0000 (12:33 +0900)
committerSubaruG <subaru_g@users.sourceforge.jp>
Wed, 26 May 2010 03:33:13 +0000 (12:33 +0900)
tests/ptr_fun.cc

index 4bcc66c..e86e641 100644 (file)
@@ -66,6 +66,7 @@ void test2()
 int test_main( int, char** )
 {
   test1();
+  test2();
   
   return 0;
 }