11 lines
464 B
Diff
11 lines
464 B
Diff
--- a/unit_test.h
|
|
+++ b/unit_test.h
|
|
@@ -56,8 +56,8 @@
|
|
|
|
#define TEST_BEGIN__(text, file, line) \
|
|
- namespace UnitTest##line { \
|
|
- static void Test() {
|
|
+ namespace DeadTest##line { \
|
|
+ template<bool _dummy=false> static void Test() {
|
|
|
|
#define TEST_END \
|