diff options
Diffstat (limited to 'source/Macros.hpp')
-rw-r--r-- | source/Macros.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Macros.hpp b/source/Macros.hpp index 71a438a..9f25cc4 100644 --- a/source/Macros.hpp +++ b/source/Macros.hpp @@ -21,9 +21,3 @@ #else # define UNREACHABLE #endif - -#if defined(DOCTEST_CONFIG_DISABLE) -# define TESTED_MEMEBERS_VISBILITY private -#else -# define TESTED_MEMEBERS_VISBILITY public -#endif |