aboutsummaryrefslogtreecommitdiffstats
path: root/unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittest.cpp')
-rw-r--r--unittest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittest.cpp b/unittest.cpp
index 000e2f5..718d3d2 100644
--- a/unittest.cpp
+++ b/unittest.cpp
@@ -1,4 +1,5 @@
//#define CROW_ENABLE_LOGGING
+#define CROW_ENABLE_DEBUG
#include <iostream>
#include <vector>
#include "routing.h"
@@ -397,6 +398,7 @@ int testmain()
if (failed__)
{
cerr << "F";
+ cerr << '\t' << typeid(*t).name() << endl;
failed = true;
}
else