aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-02-01 15:00:04 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-02-01 15:00:04 +0100
commit6e0a86194ce6664e83d8035cbdd6047e5a27ed43 (patch)
tree30c4488de83040d8ada5a50f6274f2d14c9f5df1 /test
parente1d219e5c9ea782550882aa8eb131b107f05105e (diff)
Fix integer path for num_steps==1
Diffstat (limited to 'test')
-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