diff --git a/unit_test/blas/Test_Blas_qr.hpp b/unit_test/blas/Test_Blas_qr.hpp index 540f688e09..51d262f7dd 100644 --- a/unit_test/blas/Test_Blas_qr.hpp +++ b/unit_test/blas/Test_Blas_qr.hpp @@ -219,10 +219,10 @@ int test_qr() { #if defined(KOKKOSKERNELS_INST_LAYOUTRIGHT) || (!defined(KOKKOSKERNELS_ETI_ONLY) && !defined(KOKKOSKERNELS_IMPL_CHECK_ETI_CALLS)) typedef Kokkos::View view_type_a_lr; typedef Kokkos::View view_type_b_lr; - Test::impl_test_qr(0,0); - Test::impl_test_qr(13,15); - Test::impl_test_qr(179,15); - Test::impl_test_qr(12,323); + Test::impl_test_qr(0,0); + Test::impl_test_qr(13,15); + Test::impl_test_qr(179,15); + Test::impl_test_qr(12,323); #endif return 1;