diff --git a/unit_test/sparse/Test_Sparse_mkl_sparseMatrixHandle.hpp b/unit_test/sparse/Test_Sparse_mkl_sparseMatrixHandle.hpp index 26efc95dd5..388288929d 100644 --- a/unit_test/sparse/Test_Sparse_mkl_sparseMatrixHandle.hpp +++ b/unit_test/sparse/Test_Sparse_mkl_sparseMatrixHandle.hpp @@ -315,7 +315,6 @@ template void testAllScalarsAndLocalOrdinals (bool& success,std::ostream &out) { { - typedef int LO; out << "Test LocalOrdinalType=int" << endl; //Teuchos::OSTab tab0 (out); { @@ -362,7 +361,7 @@ void test_mkl_sparseMatrixHandle() std::ostream out(&null_buffer); bool success = true; out << "Run test" << endl; - testAllScalarsAndLocalOrdinals (success, out); + testAllScalarsAndLocalOrdinals (success, out); EXPECT_TRUE( success); }