Fix integer path for num_steps==1

This commit is contained in:
Gael Guennebaud
2016-02-01 15:00:04 +01:00
parent e1d219e5c9
commit 6e0a86194c
2 changed files with 5 additions and 4 deletions

View File

@@ -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