From 869ddb6d0cec0f5198d210a19cfb9b7d28257001 Mon Sep 17 00:00:00 2001 From: Brian Kelley Date: Tue, 1 Mar 2022 16:35:16 -0700 Subject: [PATCH] Fix types in test --- unit_test/blas/Test_Blas1_dot.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_test/blas/Test_Blas1_dot.hpp b/unit_test/blas/Test_Blas1_dot.hpp index 536e58486c..b2e3f95628 100644 --- a/unit_test/blas/Test_Blas1_dot.hpp +++ b/unit_test/blas/Test_Blas1_dot.hpp @@ -208,7 +208,7 @@ int test_dot_mv() { Test::impl_test_dot_mv(0, 5); Test::impl_test_dot_mv(13, 5); Test::impl_test_dot_mv(1024, 5); - Test::impl_test_dot_mv(789, 1); + Test::impl_test_dot_mv(789, 1); // Test::impl_test_dot_mv(132231,5); #endif @@ -220,7 +220,7 @@ int test_dot_mv() { Test::impl_test_dot_mv(0, 5); Test::impl_test_dot_mv(13, 5); Test::impl_test_dot_mv(1024, 5); - Test::impl_test_dot_mv(789, 1); + Test::impl_test_dot_mv(789, 1); // Test::impl_test_dot_mv(132231,5); #endif