mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-05 04:35:46 +08:00
conservative_resize unit test was executed only once
This commit is contained in:
parent
41aa0fcc3b
commit
96ad13abba
@ -94,6 +94,8 @@ void run_vector_tests()
|
||||
}
|
||||
|
||||
void test_conservative_resize()
|
||||
{
|
||||
for(int i=0; i<g_repeat; ++i)
|
||||
{
|
||||
CALL_SUBTEST_1((run_matrix_tests<int, Eigen::RowMajor>()));
|
||||
CALL_SUBTEST_1((run_matrix_tests<int, Eigen::ColMajor>()));
|
||||
@ -112,3 +114,4 @@ void test_conservative_resize()
|
||||
CALL_SUBTEST_4((run_vector_tests<std::complex<float> >()));
|
||||
CALL_SUBTEST_5((run_vector_tests<std::complex<double> >()));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user