aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-22 12:54:03 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-22 12:54:03 +0200
commit4aac87251f16094c01e9c5c8bbf094cd471a2306 (patch)
tree3f5f2e5d0f0dd73a07fe15e652b8f4c35d930830 /test/main.h
parent6daa6a0d164ac3c225645e47f55238e9ba2a32cc (diff)
Re-enable a couple of unit tests with evaluators.
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index a3c157126..57996956d 100644
--- a/test/main.h
+++ b/test/main.h
@@ -72,6 +72,7 @@ namespace Eigen
}
#define TRACK std::cerr << __FILE__ << " " << __LINE__ << std::endl
+// #define TRACK while()
#define EI_PP_MAKE_STRING2(S) #S
#define EI_PP_MAKE_STRING(S) EI_PP_MAKE_STRING2(S)