fix clang warning

fix clang warning 'extra ';' outside function is c++11 extension
This commit is contained in:
Tim Bochenek 2017-02-02 18:03:59 -05:00 • committed by GitHub
parent d7bd757862
commit 0a6857e388

View file

@ -54,7 +54,7 @@
Fixture ## Name ## Helper(Fixture ## Name ## Helper const&); \
Fixture ## Name ## Helper& operator =(Fixture ## Name ## Helper const&); \
}; \
Fixture ## Name ## Helper::~Fixture ## Name ## Helper(){}; \
Fixture ## Name ## Helper::~Fixture ## Name ## Helper(){} \
\
class Test ## Fixture ## Name : public UnitTest::Test \
{ \