We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bd757 commit 0a6857eCopy full SHA for 0a6857e
UnitTest++/TestMacros.h
@@ -54,7 +54,7 @@
54
Fixture ## Name ## Helper(Fixture ## Name ## Helper const&); \
55
Fixture ## Name ## Helper& operator =(Fixture ## Name ## Helper const&); \
56
}; \
57
- Fixture ## Name ## Helper::~Fixture ## Name ## Helper(){}; \
+ Fixture ## Name ## Helper::~Fixture ## Name ## Helper(){} \
58
\
59
class Test ## Fixture ## Name : public UnitTest::Test \
60
{ \
0 commit comments