From 4ba6a96822d9b172e1afe9f842c42498999fbd5e Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 12 Aug 2002 13:22:40 +0000 Subject: [PATCH] fix test_main signature [SVN r14783] --- compressed_pair_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index 25a2cb4..5d2385d 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -329,7 +329,7 @@ void compressed_pair_array_tester::test(first_param_type p1, second_para BOOST_TEST(sizeof(T2) == sizeof(cp1.second())); } -int test_main(int, char **) +int test_main(int, char *[]) { // declare some variables to pass to the tester: non_empty1 ne1(2);