From 9eb1ba7e9fcc68ed83f373d7669ef9252626aef5 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 6 Apr 2002 21:44:37 +0000 Subject: [PATCH] test_main args must be *[] not ** for new rev of test tools [SVN r13381] --- smart_ptr_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_ptr_test.cpp b/smart_ptr_test.cpp index baee93d..79edf7e 100644 --- a/smart_ptr_test.cpp +++ b/smart_ptr_test.cpp @@ -88,7 +88,7 @@ Incomplete * check_incomplete( shared_ptr& incomplete, // This isn't a very systematic test; it just hits some of the basics. -int test_main( int, char ** ) { +int test_main( int, char *[] ) { BOOST_TEST( UDT_use_count == 0 ); // reality check