summaryrefslogtreecommitdiffhomepage
path: root/main-window/mixin-traits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main-window/mixin-traits.cpp')
-rw-r--r--main-window/mixin-traits.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main-window/mixin-traits.cpp b/main-window/mixin-traits.cpp
index a374eade..ea8e9bc8 100644
--- a/main-window/mixin-traits.cpp
+++ b/main-window/mixin-traits.cpp
@@ -1,9 +1,9 @@
-#define MIXIN_TRAIT_TESTS
+//#define MIXIN_TRAIT_TESTS
#ifdef MIXIN_TRAIT_TESTS
# include "mixin-traits.hpp"
-//namespace mixins::traits_detail {
+namespace mixins::traits_detail {
struct A {};
struct B : A {};
@@ -33,6 +33,6 @@ void test1()
impl<A> ok2;
}
-//} // ns mixins::traits_detail
+} // ns mixins::traits_detail
#endif