From 71e580c4aa1f321aa453add4a279ee8d31914590 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 9 Feb 2010 16:38:36 +0100 Subject: fix nesting in Arraywrapper and nesting_ops --- test/inverse.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/inverse.cpp') diff --git a/test/inverse.cpp b/test/inverse.cpp index b80e139e0..713caf4a6 100644 --- a/test/inverse.cpp +++ b/test/inverse.cpp @@ -96,5 +96,6 @@ void test_inverse() CALL_SUBTEST_5( inverse(MatrixXf(s,s)) ); s = ei_random(25,100); CALL_SUBTEST_6( inverse(MatrixXcd(s,s)) ); + CALL_SUBTEST_7( inverse(Matrix4d()) ); } } -- cgit v1.2.3