Fix extra semicolon warning.

https://sourceforge.net/p/turtle/tickets/61/
This commit is contained in:
Mareq 2016-01-20 00:50:08 +00:00
parent 8c68e7a63e
commit 6af0971545

View file

@ -28,7 +28,7 @@ namespace detail
mock::reset(); mock::reset();
} }
}; };
BOOST_GLOBAL_FIXTURE( cleanup ); BOOST_GLOBAL_FIXTURE( cleanup )
} }
} // mock } // mock