diff --git a/tests/stage/model/zoom-window-test.cpp b/tests/stage/model/zoom-window-test.cpp index 3a900c7f7..aacf8407c 100644 --- a/tests/stage/model/zoom-window-test.cpp +++ b/tests/stage/model/zoom-window-test.cpp @@ -29,7 +29,11 @@ #include "lib/test/test-helper.hpp" #include "stage/model/zoom-window.hpp" #include "lib/format-cout.hpp"//////////////TODO - +#define SHOW_TYPE(_TY_) \ + cout << "typeof( " << STRINGIFY(_TY_) << " )= " << lib::meta::typeStr<_TY_>() < - - + + + + + -