From 43c987b1c164aeacffc3650a367587e56da31504 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 16 Nov 2018 11:24:51 +0100 Subject: Add explicit regression test for bug #1622 --- test/evaluators.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/evaluators.cpp') 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; -- cgit v1.2.3