diff --git a/tests/include/serverBasedTestTools.h b/tests/include/serverBasedTestTools.h
index 0876d43c83446519619349a405810da769e7b972..33a59b76066a7ae230e8af37c7af2347da319f93 100644
--- a/tests/include/serverBasedTestTools.h
+++ b/tests/include/serverBasedTestTools.h
@@ -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) {