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

Revert "removed warnings about duplicate semicolons"

It breaks on bionc (don't know why)

This reverts commit cdd0598b.
parent cdd0598b
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 ...@@ -18,7 +18,7 @@ static const int ACCESS_RW = 1; // read/write
framework::master_test_suite().argc, framework::master_test_suite().argv}; \ framework::master_test_suite().argc, framework::master_test_suite().argv}; \
}; \ }; \
\ \
BOOST_GLOBAL_FIXTURE(GlobalFixture) // No semicolon at the end. It is coming from the calling code. BOOST_GLOBAL_FIXTURE(GlobalFixture);
template<class DOOCS_T> template<class DOOCS_T>
void checkHistory(DOOCS_T* property, bool expected_has_history) { 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