aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nullary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nullary.cpp')
-rw-r--r--test/nullary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nullary.cpp b/test/nullary.cpp
index 8d65910eb..cb87695ee 100644
--- a/test/nullary.cpp
+++ b/test/nullary.cpp
@@ -130,6 +130,7 @@ void test_nullary()
CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) );
CALL_SUBTEST_9( testVectorType(VectorXi(internal::random<int>(1,300))) );
+ CALL_SUBTEST_9( testVectorType(Matrix<int,1,1>()) );
}
#ifdef EIGEN_TEST_PART_6