diff --git a/test/function_n_test.cpp b/test/function_n_test.cpp index acd0c54..48db084 100644 --- a/test/function_n_test.cpp +++ b/test/function_n_test.cpp @@ -631,7 +631,7 @@ test_ref() catch(std::runtime_error e) { BOOST_ERROR("Nonthrowing constructor threw an exception"); } -}; +} int test_main(int, char* []) { diff --git a/test/function_test.cpp b/test/function_test.cpp index 6c87d0f..8395cca 100644 --- a/test/function_test.cpp +++ b/test/function_test.cpp @@ -630,7 +630,7 @@ test_ref() catch(std::runtime_error e) { BOOST_ERROR("Nonthrowing constructor threw an exception"); } -}; +} int test_main(int, char* []) {