diff --git a/test/product_trmv.cpp b/test/product_trmv.cpp index 9ce09e429..d32e96c55 100644 --- a/test/product_trmv.cpp +++ b/test/product_trmv.cpp @@ -94,7 +94,7 @@ void test_product_trmv() CALL_SUBTEST_2( trmv(Matrix()) ); CALL_SUBTEST_3( trmv(Matrix3d()) ); s = ei_random(1,200); - CALL_SUBTEST_4( trmv(MatrixXcf(s)) ); + CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); s = ei_random(1,200); CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); s = ei_random(1,320);