test_main args must be *[] not ** for new rev of test tools

[SVN r13381]
This commit is contained in:
Beman Dawes
2002-04-06 21:44:37 +00:00
parent fb5b1a20d2
commit 9eb1ba7e9f

View File

@ -88,7 +88,7 @@ Incomplete * check_incomplete( shared_ptr<Incomplete>& 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