Remove spurious semicolon

[SVN r11944]
This commit is contained in:
Douglas Gregor
2001-12-05 22:39:33 +00:00
parent 083767f67a
commit db5399d447
2 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ test_ref()
catch(std::runtime_error e) { catch(std::runtime_error e) {
BOOST_ERROR("Nonthrowing constructor threw an exception"); BOOST_ERROR("Nonthrowing constructor threw an exception");
} }
}; }
int test_main(int, char* []) int test_main(int, char* [])
{ {

View File

@ -630,7 +630,7 @@ test_ref()
catch(std::runtime_error e) { catch(std::runtime_error e) {
BOOST_ERROR("Nonthrowing constructor threw an exception"); BOOST_ERROR("Nonthrowing constructor threw an exception");
} }
}; }
int test_main(int, char* []) int test_main(int, char* [])
{ {