From a367eaf5fef06947417fba70e5aa9f15db7133fb Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 16 Dec 2016 10:29:52 +0100 Subject: [PATCH] add missing semicolon to fix the build some versions of boost seem to be more picky about this than others... --- tests/DuneIstlTestHelpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DuneIstlTestHelpers.hpp b/tests/DuneIstlTestHelpers.hpp index 2d09c0489..b6838b9d1 100644 --- a/tests/DuneIstlTestHelpers.hpp +++ b/tests/DuneIstlTestHelpers.hpp @@ -61,7 +61,7 @@ struct MPIFixture { }; -BOOST_GLOBAL_FIXTURE(MPIFixture) +BOOST_GLOBAL_FIXTURE(MPIFixture); struct MyMatrix {