aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/inverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/inverse.cpp')
-rw-r--r--test/inverse.cpp1
1 files changed, 1 insertions, 0 deletions
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<int>(25,100);
CALL_SUBTEST_6( inverse(MatrixXcd(s,s)) );
+ CALL_SUBTEST_7( inverse(Matrix4d()) );
}
}