aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_notemporary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/product_notemporary.cpp')
-rw-r--r--test/product_notemporary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/product_notemporary.cpp b/test/product_notemporary.cpp
index f4f846602..0d33e0ffb 100644
--- a/test/product_notemporary.cpp
+++ b/test/product_notemporary.cpp
@@ -30,7 +30,7 @@ void on_temporary_creation(int size) {
}
-#define EIGEN_DEBUG_MATRIX_CTOR { on_temporary_creation(size); }
+#define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
#include "main.h"