aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/evaluators.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-11-16 11:24:51 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-11-16 11:24:51 +0100
commit43c987b1c164aeacffc3650a367587e56da31504 (patch)
tree083c9b74432fb30061001a76a5fb3c404d765469 /test/evaluators.cpp
parent670d56441cbf115652630c890bac1ba41cd20106 (diff)
Add explicit regression test for bug #1622
Diffstat (limited to 'test/evaluators.cpp')
-rw-r--r--test/evaluators.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/evaluators.cpp b/test/evaluators.cpp
index ec000f1eb..2810cd265 100644
--- a/test/evaluators.cpp
+++ b/test/evaluators.cpp
@@ -503,6 +503,7 @@ EIGEN_DECLARE_TEST(evaluators)
VERIFY_IS_EQUAL( get_cost(a.lazyProduct(a+b)), 15);
}
+ // regression test for PR 544 and bug 1622 (introduced in #71609c4)
{
// test restricted_packet_assignment with an unaligned destination
const size_t M = 2;