Skip to content
Snippets Groups Projects
Commit cdd0598b authored by Martin Killenberg's avatar Martin Killenberg
Browse files

removed warnings about duplicate semicolons

parent 1d5ed399
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ static const int ACCESS_RW = 1; // read/write
framework::master_test_suite().argc, framework::master_test_suite().argv}; \
}; \
\
BOOST_GLOBAL_FIXTURE(GlobalFixture);
BOOST_GLOBAL_FIXTURE(GlobalFixture) // No semicolon at the end. It is coming from the calling code.
template<class DOOCS_T>
void checkHistory(DOOCS_T* property, bool expected_has_history) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment